mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-09 08:40:32 -06:00
18 lines
301 B
JSON
18 lines
301 B
JSON
{
|
|
"extends": "../ts/tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": [
|
|
"script"
|
|
],
|
|
"files": [
|
|
"./../ts/index.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"lib": ["esnext"],
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"types": ["cypress"],
|
|
}
|
|
}
|