2
0
Files
bot/apps/builder/cypress/tsconfig.json
Baptiste Arnaud 54a641b819 Add Dashboard
2021-12-06 15:58:45 +01:00

15 lines
314 B
JSON

{
"extends": "../tsconfig.json",
"include": ["**/*.ts"],
"exclude": [],
"compilerOptions": {
"types": ["cypress", "@testing-library/cypress"],
"lib": ["es2015", "dom"],
"target": "es5",
"isolatedModules": false,
"allowJs": true,
"noEmit": true,
"downlevelIteration": true
}
}