You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
377 B
21 lines
377 B
1 year ago
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"outDir": "../../dist/out-tsc",
|
||
|
"module": "commonjs",
|
||
|
"types": ["cypress", "node"],
|
||
|
"sourceMap": false
|
||
|
},
|
||
|
"include": [
|
||
|
"**/*.ts",
|
||
|
"**/*.js",
|
||
|
"cypress.config.ts",
|
||
|
"**/*.cy.ts",
|
||
|
"**/*.cy.tsx",
|
||
|
"**/*.cy.js",
|
||
|
"**/*.cy.jsx",
|
||
|
"**/*.d.ts"
|
||
|
]
|
||
|
}
|