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