first commit

This commit is contained in:
2026-05-30 15:02:45 +09:00
commit 005719edee
212 changed files with 38830 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
// Nuxt 가 .nuxt/tsconfig.json 을 생성 (별칭/자동 임포트 타입 포함)
// 실제 타입 검사는 `nuxt typecheck` (vue-tsc) 로 수행
"extends": "./.nuxt/tsconfig.json"
}