Files
cypress/packages/server/tsconfig.json
Lachlan Miller d13db9073c fix: various minor migration bugs (#21195)
* 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>
2022-05-03 20:21:47 +10:00

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
}
}