Skip to content

Commit d60cfa3

Browse files
committed
Update package.json to make TypeScript happy.
1 parent 6287297 commit d60cfa3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@
3131
"engines": {
3232
"node": ">=16.0.0"
3333
},
34-
"type": "module",
35-
"exports": {
36-
"types": "./dist/index.d.ts",
37-
"import": "./dist/index.js"
38-
},
3934
"files": [
4035
"dist",
4136
"!dist/**/*.map"
4237
],
38+
"type": "module",
39+
"main": "./dist/index.js",
40+
"types": "./dist/index.d.ts",
4341
"scripts": {
4442
"build": "tsc",
4543
"watch": "tsc -w",

0 commit comments

Comments
 (0)