Files
cypress/system-tests/project-fixtures/angular/tsconfig.cypress.json
2022-07-22 13:41:23 -05:00

11 lines
256 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/cy",
"allowSyntheticDefaultImports": true,
"types": [
"cypress"
]
},
"include": ["src/**/*.cy.ts", "cypress/support/component.ts", "src/polyfills.ts"]
}