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