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 a55c7c0 commit eb7e26dCopy full SHA for eb7e26d
package.json
@@ -8,21 +8,17 @@
8
"repository": "nuxt-contrib/vue-sfc-transformer",
9
"sideEffects": false,
10
"exports": {
11
- ".": "./dist/index.mjs",
12
- "./mkdist": "./dist/mkdist.mjs"
+ ".": {
+ "types": "./dist/index.d.mts",
13
+ "import": "./dist/index.mjs"
14
+ },
15
+ "./mkdist": {
16
+ "types": "./dist/mkdist.d.mts",
17
+ "import": "./dist/mkdist.mjs"
18
+ }
19
},
20
"main": "./dist/index.mjs",
21
"module": "./dist/index.mjs",
- "typesVersions": {
- "*": {
- ".": [
- "./dist/index.d.mts"
- ],
- "./*": [
22
- "./dist/*"
23
- ]
24
- }
25
- },
26
"files": [
27
"dist"
28
],
0 commit comments