Skip to content

Commit ee74b23

Browse files
committed
fix: do not explicitly export types
1 parent 6561861 commit ee74b23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
],
2929
"exports": {
3030
".": {
31-
"types": "./src/index.ts",
3231
"import": "./esm/main.js",
3332
"require": "./cjs/main.js"
3433
},
@@ -53,7 +52,6 @@
5352
"main": "cjs/main.js",
5453
"module": "esm/main.js",
5554
"source": "src/main.ts",
56-
"types": "src/index.ts",
5755
"scripts": {
5856
"dev": "echo \"export * from '../src/main'\" > ./esm/main.d.ts && yarn webpack build --mode development --entry ./src/main --watch",
5957
"build": "yarn build:cjs && yarn build:esm && yarn copy:css",

0 commit comments

Comments
 (0)