mirror of
https://github.com/eternal-flame-AD/unitdc-rs.git
synced 2025-01-22 14:48:41 -06:00
10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|