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