mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 15:31:30 -05:00
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"extends": "../ts/tsconfig.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"lib": ["esnext", "DOM"],
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"types": ["cypress"],
|
|
}
|
|
}
|