mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-29 10:29:27 -06:00
15 lines
273 B
JSON
15 lines
273 B
JSON
{
|
|
"include": [
|
|
"lib/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": false,
|
|
"noUncheckedIndexedAccess": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|