summaryrefslogtreecommitdiff
path: root/cypress/tsconfig.json
blob: 4435a4fda84b69980e9be4a5c0422d1550cd43da (plain)
1
2
3
4
5
6
7
8
9
{
	"compilerOptions": {
		"lib": ["dom", "es5"],
		"target": "es5",
		"types": ["cypress", "node"],
		"incremental": true
	},
	"include": ["./**/*.ts"]
}