20 lines
606 B
JSON
20 lines
606 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"sourceMap": false,
|
|
"outDir": "../../dist/out-tsc",
|
|
"allowJs": true,
|
|
"types": ["cypress", "node", "cypress-real-events", "@cypress/grep"],
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noImplicitOverride": true,
|
|
"noPropertyAccessFromIndexSignature": false,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.js", "./declaration.d.ts"]
|
|
}
|