Skip to content

Commit 11e7eeb

Browse files
authored
enable forceConsistentCasingInFileNames for tsc compiler options
1 parent de7d192 commit 11e7eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"outDir": "./dist",
1212
"baseUrl": "./",
1313
"incremental": true,
14+
"forceConsistentCasingInFileNames": true,
1415
"skipLibCheck": true
1516
}
1617
}

0 commit comments

Comments
 (0)