mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-10 00:59: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>
21 lines
326 B
JSON
21 lines
326 B
JSON
{
|
|
"extends": "./../ts/tsconfig.json",
|
|
"include": [
|
|
"lib/*.ts",
|
|
"lib/**/*.ts",
|
|
],
|
|
"files": [
|
|
"./../ts/index.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"lib": ["esnext"],
|
|
"types": [
|
|
"mocha",
|
|
"node"
|
|
],
|
|
"resolveJsonModule": true,
|
|
"noUnusedLocals": false,
|
|
"importHelpers": true
|
|
}
|
|
}
|