16 lines
415 B
JSON
16 lines
415 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom", "es2021"],
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"sourceMap": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "../../dist/out-tsc",
|
|
"allowJs": true,
|
|
"types": ["cypress", "node", "cypress-real-events", "@cypress/grep"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.js"]
|
|
}
|