Skip to content

Commit 27b9158

Browse files
committed
Enable forceConsistentCasingInFileNames in tsconfig
See www.typescriptlang.org/tsconfig#forceConsistentCasingInFileNames
1 parent f86cacb commit 27b9158

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"paths": {
1818
"platform/*": ["src/platform/node/*"]
1919
},
20-
"resolveJsonModule": true
20+
"resolveJsonModule": true,
21+
"forceConsistentCasingInFileNames": true
2122
},
2223
"exclude": ["node_modules", "!node_modules/@types"]
2324
}

0 commit comments

Comments
 (0)