0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 09:50:46 -05:00
db-website/frontend/cypress/tsconfig.json

19 lines
407 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["ESNext", "DOM"],
"types": ["cypress", "node"],
"moduleResolution": "Bundler",
"baseUrl": "./",
"paths": {
"@support/*": ["support/*"],
"@fixtures/*": ["fixtures/*"],
"@src/*": ["../src/*"]
},
"resolveJsonModule": true,
"esModuleInterop": true
},
"include": ["**/*.ts"]
}