Skip to content

Commit

Permalink
Changed to use 'webpack-env' instead of node in tsconfig per microsof…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamskt committed Jan 4, 2019
1 parent 5e283cb commit fb578a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Coalesce.Web.Vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sourceMap": true,
"baseUrl": ".",
"types": [
"node",
"webpack-env",
"jest"
],
"paths": {
Expand Down

0 comments on commit fb578a9

Please sign in to comment.