0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 07:30:45 -05:00
db-website/frontend/cypress/tsconfig.json
TheSparta d19412a794 frontend update and rewrite
- Updated to React 18
- Switched from CRA to vite
- reworked some components
- reworked most stores
2024-04-07 22:18:55 +01:00

19 lines
407 B
JSON

{
"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"]
}