Skip to content

Commit

Permalink
Add field to package.json that tells TSC where to find type declarati…
Browse files Browse the repository at this point in the history
…ons (#36)
  • Loading branch information
quigleyj97 authored and jfcere committed Apr 12, 2018
1 parent b64b4ee commit 1794209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"scrollbar"
],
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"scripts": {
"build": "ng build",
"e2e": "ng e2e",
Expand Down

0 comments on commit 1794209

Please sign in to comment.