mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-21 14:40:05 -05:00
bad700b593
* add gulp makePackage, begin to scaffold data-context * Don't type error on unused locals
20 lines
418 B
JSON
20 lines
418 B
JSON
{
|
|
"extends": "../ts/tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": [
|
|
"test",
|
|
"script"
|
|
],
|
|
"compilerOptions": {
|
|
"importHelpers": true,
|
|
"strict": true,
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"noUnusedLocals": false,
|
|
"noUncheckedIndexedAccess": true,
|
|
"importsNotUsedAsValues": "error",
|
|
"types": []
|
|
}
|
|
} |