mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-12 18:29:53 -05:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"include": [
|
|
"src",
|
|
],
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": false,
|
|
"noUncheckedIndexedAccess": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|