Skip to content

Commit 9d3dd9a

Browse files
Enable forceConsistentCasingInFileNames in tsconfig
1 parent eabbda2 commit 9d3dd9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"include": ["src/diffbot.js"],
33
"exclude": [],
44
"compilerOptions": {
5+
"forceConsistentCasingInFileNames": true,
56
"allowJs": true,
67
"declaration": true,
78
"emitDeclarationOnly": true,

0 commit comments

Comments
 (0)