mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-29 10:29:27 -06:00
* 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
26 lines
437 B
JSON
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"
|
|
]
|
|
}
|