mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-30 10:42:34 +05:30
17 lines
353 B
JSON
17 lines
353 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"baseUrl": "../node_modules",
|
||
|
"module": "esnext",
|
||
|
"target": "es5",
|
||
|
"esModuleInterop": true,
|
||
|
"noEmit": true,
|
||
|
"moduleResolution": "node",
|
||
|
"lib": ["es5", "dom"],
|
||
|
"types": ["cypress"],
|
||
|
"resolveJsonModule": true,
|
||
|
"noImplicitAny": false
|
||
|
},
|
||
|
"include": ["cypress/**/*"]
|
||
|
}
|