2
0
Files
bot/apps/builder/cypress/tsconfig.json

14 lines
282 B
JSON
Raw Normal View History

2021-11-29 15:19:07 +01:00
{
"extends": "../tsconfig.json",
"include": ["**/*.ts"],
"exclude": [],
"compilerOptions": {
"types": ["cypress", "@testing-library/cypress"],
"lib": ["es2015", "dom"],
"target": "es5",
"isolatedModules": false,
"allowJs": true,
"noEmit": true
}
}