mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-03-22 01:44:17 -05:00
10 lines
171 B
JSON
10 lines
171 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|