Skip to content

Commit

Permalink
Merge pull request linnovate#247 from andreialecu/patch-1
Browse files Browse the repository at this point in the history
fix(tsconfig): add typings/main.d.ts to filesGlob
  • Loading branch information
PatrickJS committed Jan 23, 2016
2 parents 67cba29 + 7f8c72e commit 9c92b85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"filesGlob": [
"./src/**/*.ts",
"./test/**/*.ts",
"!./node_modules/**/*.ts"
"!./node_modules/**/*.ts",
"typings/main.d.ts"
],
"compileOnSave": false,
"buildOnSave": false,
Expand Down

0 comments on commit 9c92b85

Please sign in to comment.