mirror of
https://github.com/vastxie/99AI.git
synced 2025-09-25 21:06:37 +08:00
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|