Skip to content

Commit

Permalink
package.json: Point main/module/types to dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 13, 2021
1 parent ca0c4bd commit 606b2f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "lit-element-starter-ts",
"version": "0.0.0",
"description": "A simple web component",
"main": "my-element.js",
"module": "my-element.js",
"main": "./dist/my-element.js",
"module": "./dist/my-element.js",
"types": "./dist/my-element.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 606b2f9

Please sign in to comment.