aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/tsconfig.json
blob: c5dcff95d70ded43a8c5e6cf098cbf62de02d1ec (plain)
1
2
3
4
5
6
7
{
	"extends": "../tsconfig.json",
	"include": ["./**/*.ts"],
	"compilerOptions": {
		"types": ["cypress", "cypress-axe", "cypress-wait-until", "dockerode"],
	}
}