Skip to content

Commit

Permalink
Enable forceConsistentCasingInFileNames in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Fields committed Oct 14, 2021
1 parent f86cacb commit 27b9158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -17,7 +17,8 @@
"paths": {
"platform/*": ["src/platform/node/*"]
},
"resolveJsonModule": true
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true
},
"exclude": ["node_modules", "!node_modules/@types"]
}

0 comments on commit 27b9158

Please sign in to comment.