We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0c4bd commit 606b2f9Copy full SHA for 606b2f9
package.json
@@ -2,8 +2,9 @@
2
"name": "lit-element-starter-ts",
3
"version": "0.0.0",
4
"description": "A simple web component",
5
- "main": "my-element.js",
6
- "module": "my-element.js",
+ "main": "./dist/my-element.js",
+ "module": "./dist/my-element.js",
7
+ "types": "./dist/my-element.d.ts",
8
"type": "module",
9
"scripts": {
10
"build": "tsc",
0 commit comments