mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 01:45:03 +00:00
10 lines
241 B
JSON
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"]
|
|
}
|