Skip to content

Commit f2fd5f6

Browse files
committed
Add forceConsistentCasingInFileNames property
1 parent 833581d commit f2fd5f6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tsconfig.browser.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"moduleResolution": "node",
1111
"outDir": "./dist-browser",
1212
"rootDir": "./src",
13+
"forceConsistentCasingInFileNames": true,
1314
"strict": true,
1415
"skipLibCheck": true,
1516
"target": "es5"

tsconfig.node.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"rootDir": "./src",
1414
"sourceMap": true,
1515
"skipLibCheck": true,
16+
"forceConsistentCasingInFileNames": true,
1617
"strict": true,
1718
"target": "es6"
1819
},

0 commit comments

Comments
 (0)