Skip to content

Commit

Permalink
Specify TypeScript typings file in package.json (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
artywhite authored May 12, 2022
1 parent 613bfe3 commit cf5c07b
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 @@ -28,6 +28,7 @@
"prettier:fix": "prettier --write ."
},
"sideEffects": false,
"types": "./dist/index.d.ts",
"dependencies": {
"phoenix": "^1.6.2"
},
Expand Down

0 comments on commit cf5c07b

Please sign in to comment.