Skip to content

Commit

Permalink
Fix compilation when using ts-loader
Browse files Browse the repository at this point in the history
See TypeStrong/ts-loader#942. I think this can be deleted once that PR is merged and released.
  • Loading branch information
jasongrout committed May 31, 2019
1 parent 79933e7 commit 4625534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfigbase.json
Expand Up @@ -14,6 +14,7 @@
"preserveWatchOutput": true,
"resolveJsonModule": true,
"target": "es2017",
"tsBuildInfoFile": ".tsbuildinfo",
"types": []
}
}

0 comments on commit 4625534

Please sign in to comment.