mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 05:15:02 +00:00
9 lines
201 B
JSON
9 lines
201 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "ESNext",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress", "cypress-plugin-tab/src", "node"]
|
|
},
|
|
"include": ["**/*.ts", "../cypress.config.ts"]
|
|
}
|