1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/cypress/tsconfig.json

13 lines
254 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"include": ["./**/*.ts", "../cypress.d.ts"],
"exclude": [],
"compilerOptions": {
"types": ["cypress"],
"lib": ["es2015", "dom"],
"isolatedModules": false,
"allowJs": true,
"noEmit": true
}
}