mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"types": ["node"],
|
|
},
|
|
"include": ["vite.config.*", "scripts/**/*"],
|
|
}
|