Skip to content

Commit

Permalink
chore(tsconfig): Better filesGlob in tsconfig (PatrickJS#595)
Browse files Browse the repository at this point in the history
* chore: remove unused import

* Better filesGlob in tsconfig
  • Loading branch information
abdulhaq-e authored and PatrickJS committed May 16, 2016
1 parent 40248ff commit 19a8e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"filesGlob": [
"./src/**/*.ts",
"./test/**/*.ts",
"!./node_modules/**/*.ts",
"!./node_modules/**",
"src/custom-typings.d.ts",
"typings/browser.d.ts"
],
Expand Down

0 comments on commit 19a8e56

Please sign in to comment.