Skip to content

Commit

Permalink
chore: fix build on windows by specifying typesRoot
Browse files Browse the repository at this point in the history
relates to #200
  • Loading branch information
RomanHotsiy committed Feb 14, 2017
1 parent 088dad8 commit a40d8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.webpack.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"noEmitHelpers": true,
"strictNullChecks": false,
"baseUrl": "./src",
"typeRoots": [ "./node_modules/@types" ],
"paths": {
},
"lib": [
Expand Down

0 comments on commit a40d8d7

Please sign in to comment.