Files
cypress/npm/angular/tsconfig.lib.json
Lachlan Miller a277e98dfd chore(npm/angular): migrate angular adapter to monorepo (#16434)
* chore: migrate angular adapter to monorepo

* fix: update angular tests to use @cypress/angular

* update snapshots

* update snapshots

* update params

* replace cypress-angular with @cypress/angular

* make angular private

* chore: deps

* remove git keep

* chore: update yarn.lock

* add test
2021-05-19 11:35:06 +10:00

26 lines
437 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"skipLibCheck": true,
"lib": [
"es2015",
"dom"
],
"allowJs": false,
"declaration": true,
"outDir": "dist",
"strict": true,
"types": [
"cypress",
"node"
],
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"esModuleInterop": true
},
"include": [
"lib/**/*.ts"
]
}