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 775ca2c commit deb5e53Copy full SHA for deb5e53
packages/nuxt/package.json
@@ -33,18 +33,21 @@
33
"type": "module",
34
"exports": {
35
".": {
36
- "types": "./dist/types.d.ts",
37
- "import": "./dist/module.mjs",
38
- "require": "./dist/module.cjs"
+ "types": "./dist/types.d.mts",
+ "import": "./dist/module.mjs"
+ }
39
+ },
40
+ "main": "./dist/module.mjs",
41
+ "typesVersions": {
42
+ "*": {
43
+ ".": [
44
+ "./dist/types.d.mts"
45
+ ]
46
}
47
},
- "main": "./dist/module.cjs",
- "sideEffects": false,
48
"files": [
49
"dist",
- "LICENSE.md",
- "src"
50
+ "LICENSE.md"
51
],
52
"scripts": {
53
"build": "nuxt-module-build build",
0 commit comments