mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["cypress", "node"]
|
|
},
|
|
"include": [
|
|
"support/**/*.ts",
|
|
"../cypress.config.ts",
|
|
"../**/*.cy.ts",
|
|
"../**/*.cy.tsx",
|
|
"../**/*.cy.js",
|
|
"../**/*.cy.jsx",
|
|
"../**/*.d.ts"
|
|
]
|
|
}
|