Skip to content

Commit e2f8470

Browse files
authored
(chore) tune up TypeScript compiler
1 parent 2ffd32b commit e2f8470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/template/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"noImplicitReturns": true,
1515
"noImplicitThis": true,
1616
"noImplicitAny": true,
17+
"importHelpers": true,
1718
"strictNullChecks": true,
1819
"suppressImplicitAnyIndexErrors": true,
1920
"noUnusedLocals": true

0 commit comments

Comments
 (0)