13 lines
320 B
JSON
13 lines
320 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react-jsx",
|
||
|
"sourceMap": false,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"outDir": "../../dist/out-tsc",
|
||
|
"allowJs": true,
|
||
|
"types": ["cypress", "node", "cypress-real-events"]
|
||
|
},
|
||
|
"include": ["src/**/*.ts", "src/**/*.js"]
|
||
|
}
|