Skip to content

Commit

Permalink
remove some settings related to ts
Browse files Browse the repository at this point in the history
  • Loading branch information
k1tikurisu committed Jun 8, 2021
1 parent 4126c4f commit fc29a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit fc29a4a

Please sign in to comment.