mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-28 18:08:47 -06:00
* correct indentation * update formatting * add comments * update tsconfig.json * Update packages/data-context/src/sources/migration/codegen.ts Co-authored-by: Blue F <blue@cypress.io> * Update packages/data-context/src/sources/migration/codegen.ts Co-authored-by: Blue F <blue@cypress.io> Co-authored-by: Blue F <blue@cypress.io>
22 lines
446 B
JSON
22 lines
446 B
JSON
{
|
|
"extends": "../ts/tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": [
|
|
"script"
|
|
],
|
|
"files": [
|
|
"./../ts/index.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"lib": ["esnext"],
|
|
"strict": true,
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"noUnusedLocals": false,
|
|
"noUncheckedIndexedAccess": true,
|
|
"importsNotUsedAsValues": "error",
|
|
"types": [],
|
|
}
|
|
} |