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 7b4cbdb commit 9bdd3efCopy full SHA for 9bdd3ef
package.json
@@ -16,15 +16,12 @@
16
"Ricardo Gobbo de Souza <ricardogobbosouza@yahoo.com.br>"
17
],
18
"exports": {
19
- ".": {
20
- "require": "./dist/module.js",
21
- "import": "./dist/module.es.js"
22
- },
23
- "./runtime/*": "./dist/runtime/*",
+ ".": "./dist/module.js",
+ "./dist/runtime/*": "./dist/runtime/*",
24
"./package.json": "./package.json"
25
},
26
"main": "./dist/module.js",
27
- "types": "./dist/module.d.ts",
+ "types": "./dist/runtime.d.ts",
28
"files": [
29
"dist"
30
0 commit comments