Skip to content

Commit

Permalink
Fix issue with at-loader on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
reiv committed Apr 3, 2018
1 parent c37e6de commit c45e459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"removeComments": false,
"sourceMap": false,
"stripInternal": true,
"target": "es5"
"target": "es5",
"typeRoots": ["../node_modules/@types"]
}
}

0 comments on commit c45e459

Please sign in to comment.