Skip to content

Commit

Permalink
fix compile error on npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
timu-jesse-ezell committed Dec 24, 2019
1 parent edae957 commit 18378c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "rete-cli/tsconfig.json",
"compilerOptions": {
"target": "es5",
"downlevelIteration": true
"downlevelIteration": true,
"isolatedModules": false
},
"include": ["src"]
}
}

0 comments on commit 18378c5

Please sign in to comment.