Skip to content

Commit 161ac68

Browse files
committed
feat: Vite 설정 파일 추가 및 tsconfig.json 수정
1 parent 5270b6e commit 161ac68

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/pyconkr/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"@apps/pyconkr/*": ["apps/pyconkr/*"],
2929
}
3030
},
31-
"include": ["src", "vite.config.ts", "vite-env.d.ts", "../../types"],
31+
"include": ["src", "vite.config.mts", "vite-env.d.ts", "../../types"],
3232
}

0 commit comments

Comments
 (0)