We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffd32b commit e2f8470Copy full SHA for e2f8470
packages/react-scripts/template/tsconfig.json
@@ -14,6 +14,7 @@
14
"noImplicitReturns": true,
15
"noImplicitThis": true,
16
"noImplicitAny": true,
17
+ "importHelpers": true,
18
"strictNullChecks": true,
19
"suppressImplicitAnyIndexErrors": true,
20
"noUnusedLocals": true
0 commit comments