mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 07:10:47 -05:00
- Updated to React 18 - Switched from CRA to vite - reworked some components - reworked most stores
19 lines
407 B
JSON
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"]
|
|
}
|