mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-01-09 05:24:09 +05:30
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": "../node_modules",
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress"],
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|