Skip to content

Commit a1f828f

Browse files
committed
Update tsconfig with recommendations
1 parent 0727c91 commit a1f828f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"noImplicitReturns": true,
1313
"noFallthroughCasesInSwitch": true,
1414
"noUnusedLocals": true,
15-
"noUnusedParameters": true
15+
"noUnusedParameters": true,
16+
"forceConsistentCasingInFileNames": true,
17+
"importHelpers": true
1618
},
1719
"exclude": [
1820
"node_modules",

0 commit comments

Comments
 (0)