blob: 66b725c32d230118c7e3868a73cfa34cc880eb31 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"isolatedModules": false,
"noEmit": true,
"types": ["cypress", "@testing-library/cypress"]
},
"include": ["../../node_modules/cypress", "**/*.ts", "**/*.tsx"],
"exclude": ["**/*.test.ts", "**/*.test.tsx"]
}
|