mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-20 06:00:16 -06:00
16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"extends": "../ts/tsconfig.json",
|
|
"include": [
|
|
"src",
|
|
],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"noImplicitReturns": false,
|
|
"noUncheckedIndexedAccess": true,
|
|
"importsNotUsedAsValues": "error"
|
|
}
|
|
} |