Skip to content

Commit 5fbd38d

Browse files
SOIVclaude
andcommitted
fix(web): CSS import TS 오류 해결 — vite-env.d.ts 추가 및 tsconfig include 수정
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d66af8f commit 5fbd38d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/web/src/vite-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference types="vite/client" />

apps/web/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"moduleResolution": "Bundler",
66
"types": []
77
},
8-
"include": ["src/**/*.ts", "src/**/*.tsx"]
8+
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts"]
99
}

0 commit comments

Comments
 (0)