1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-10 01:05:02 +00:00
mon-entreprise/site/cypress/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
201 B
JSON
Raw Normal View History

2022-06-21 13:29:03 +02:00
{
"compilerOptions": {
"target": "es5",
"module": "ESNext",
"lib": ["es5", "dom"],
2022-11-23 18:06:12 +01:00
"types": ["cypress", "cypress-plugin-tab/src", "node"]
2022-06-21 13:29:03 +02:00
},
"include": ["**/*.ts", "../cypress.config.ts"]
}