Skip to content

Commit a0369ad

Browse files
author
issayah
committed
Force consistent casing in files to prevent errors
1 parent f6ec957 commit a0369ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"skipLibCheck": true,
1010
"esModuleInterop": true,
1111
"allowSyntheticDefaultImports": true,
12+
"forceConsistentCasingInFileNames": true,
1213
"sourceMap": true,
1314
"baseUrl": ".",
1415
"types": ["vitest/globals", "@vuepress/client/types", "vite/client"],

0 commit comments

Comments
 (0)