1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/site/cypress/tsconfig.json
2022-06-21 16:04:27 +02:00

10 lines
241 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "ESNext",
"lib": ["es5", "dom"],
"types": ["cypress", "cypress-plugin-tab/src", "node"],
"allowSyntheticDefaultImports": true
},
"include": ["**/*.ts", "../cypress.config.ts"]
}