mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-07 15:29:16 -06:00
19 lines
293 B
JSON
19 lines
293 B
JSON
{
|
|
"extends": "../ts/tsconfig.json",
|
|
"include": [
|
|
"src/*.ts",
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"test",
|
|
"script"
|
|
],
|
|
"compilerOptions": {
|
|
"lib": ["esnext"],
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"types": []
|
|
},
|
|
}
|