2
0
Files
bot/apps/builder/cypress/tsconfig.json
Baptiste Arnaud a54e42f255 🛠️ Adapt Cypress to Turbo Repo
2021-12-17 07:54:12 +01:00

16 lines
334 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,
"jsx": "react"
}
}