Skip to content

Commit

Permalink
Remove forceConsistentCasingInFileNames from tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven committed Sep 1, 2018
1 parent 3f595eb commit b9876b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2017", "esnext.asynciterable"],
"types": ["node", "jest"]
}
Expand Down

0 comments on commit b9876b7

Please sign in to comment.