mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 01:29:59 -06:00
11 lines
256 B
JSON
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"]
|
|
} |