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