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 5e6f289 commit ce77971Copy full SHA for ce77971
packages/excel-builder-vanilla-types/package.json
@@ -21,18 +21,14 @@
21
"publishConfig": {
22
"access": "public"
23
},
24
+ "type": "module",
25
"main": "./dist/index.cjs",
- "module": "./dist/index.mjs",
26
"types": "./dist/index.d.ts",
27
"exports": {
28
".": {
29
"import": {
30
31
"default": "./dist/index.mjs"
32
- },
33
- "require": {
34
- "types": "./dist/index.d.cts",
35
- "default": "./dist/index.cjs"
36
}
37
38
"./package.json": "./package.json"
@@ -45,4 +41,4 @@
45
41
"dependencies": {
46
42
"fflate": "^0.8.2"
47
43
48
-}
44
+}
0 commit comments