Skip to content

Commit ce77971

Browse files
authored
fix: type package add back type module
- rollback change that inadvertently removed type module from project type package
1 parent 5e6f289 commit ce77971

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/excel-builder-vanilla-types/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,14 @@
2121
"publishConfig": {
2222
"access": "public"
2323
},
24+
"type": "module",
2425
"main": "./dist/index.cjs",
25-
"module": "./dist/index.mjs",
2626
"types": "./dist/index.d.ts",
2727
"exports": {
2828
".": {
2929
"import": {
3030
"types": "./dist/index.d.ts",
3131
"default": "./dist/index.mjs"
32-
},
33-
"require": {
34-
"types": "./dist/index.d.cts",
35-
"default": "./dist/index.cjs"
3632
}
3733
},
3834
"./package.json": "./package.json"
@@ -45,4 +41,4 @@
4541
"dependencies": {
4642
"fflate": "^0.8.2"
4743
}
48-
}
44+
}

0 commit comments

Comments
 (0)