Skip to content

Commit 7593c25

Browse files
committed
make sure casing is consistent for linux OS
1 parent fde5087 commit 7593c25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
],
88
"sourceMap": true,
99
"rootDir": ".",
10-
"declaration": true
10+
"declaration": true,
11+
"forceConsistentCasingInFileNames": true
1112
},
1213
"exclude": [
1314
"node_modules",

0 commit comments

Comments
 (0)