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