mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-10 16:50:03 -06:00
13 lines
217 B
JSON
13 lines
217 B
JSON
{
|
|
"extends": "../ts/tsconfig.json",
|
|
"include": [
|
|
"src",
|
|
],
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": false,
|
|
"noUncheckedIndexedAccess": true,
|
|
}
|
|
}
|