mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 05:30:45 -05:00
- Updated to React 18 - Switched from CRA to vite - reworked some components - reworked most stores
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts"
|
|
]
|
|
}
|