초기 커밋

바이브 > 스포티파이
This commit is contained in:
2025-11-28 16:12:32 +09:00
commit ae33fb9bce
90 changed files with 16401 additions and 0 deletions

11
tsconfig.node.json Normal file
View File

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