Skip to content

Commit

Permalink
fix: do not explicitly export types
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrzoska committed Dec 18, 2024
1 parent 6561861 commit ee74b23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
],
"exports": {
".": {
"types": "./src/index.ts",
"import": "./esm/main.js",
"require": "./cjs/main.js"
},
Expand All @@ -53,7 +52,6 @@
"main": "cjs/main.js",
"module": "esm/main.js",
"source": "src/main.ts",
"types": "src/index.ts",
"scripts": {
"dev": "echo \"export * from '../src/main'\" > ./esm/main.d.ts && yarn webpack build --mode development --entry ./src/main --watch",
"build": "yarn build:cjs && yarn build:esm && yarn copy:css",
Expand Down

0 comments on commit ee74b23

Please sign in to comment.