Skip to content

Commit

Permalink
fix: weird tslib error on object spread operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Sep 20, 2018
1 parent 0165cb3 commit 53e65e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"strict": true,
"moduleResolution": "node",
"noImplicitReturns": true,
"esModuleInterop": true,
"target": "es5",
Expand Down

0 comments on commit 53e65e3

Please sign in to comment.