Initial commit: QZMusic Web version

This commit is contained in:
QZMusic
2026-06-04 13:41:57 +00:00
commit abb1cd01e5
57 changed files with 12185 additions and 0 deletions

10
tsconfig.node.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}