Skip to content

Commit

Permalink
fix: set config false
Browse files Browse the repository at this point in the history
  • Loading branch information
teramotodaiki committed Feb 1, 2020
1 parent ae44421 commit f20ab64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"forceConsistentCasingInFileNames": false,
/* Basic Options */
// "incremental": true, /* Enable incremental compilation */
"target": "es2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
Expand Down

0 comments on commit f20ab64

Please # to comment.