Skip to content

Commit

Permalink
fix: build ignores case sensitivity
Browse files Browse the repository at this point in the history
Required for Windows build
  • Loading branch information
mitch-b committed Sep 24, 2017
1 parent e345c8b commit bd252ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"declaration": true,
"importHelpers": true,
"inlineSourceMap": true,
"forceConsistentCasingInFileNames": false,
"listFiles": false,
"traceResolution": false,
"pretty": true,
Expand Down

0 comments on commit bd252ae

Please sign in to comment.