Skip to content

Commit

Permalink
perf: use importHelpers: true in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 30, 2018
1 parent 4d00161 commit 60f0a0a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -4,6 +4,7 @@
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
<%_ if (options.classComponent) { _%>
"experimentalDecorators": true,
Expand Down

0 comments on commit 60f0a0a

Please sign in to comment.