Skip to content

Commit 6430b34

Browse files
committed
chore: make slightly more minimal
1 parent 664ea49 commit 6430b34

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineBuildConfig } from 'unbuild'
22

33
export default defineBuildConfig({
4+
declaration: 'node16',
45
externals: [
56
'@vue/compiler-dom-types',
67
],

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@
88
"repository": "nuxt-contrib/vue-sfc-transformer",
99
"sideEffects": false,
1010
"exports": {
11-
".": {
12-
"types": "./dist/index.d.mts",
13-
"import": "./dist/index.mjs"
14-
}
11+
".": "./dist/index.mjs"
1512
},
1613
"main": "./dist/index.mjs",
1714
"module": "./dist/index.mjs",
18-
"types": "./dist/index.d.mts",
1915
"typesVersions": {
2016
"*": {
2117
"*": [
22-
"./dist/index.d.ts"
18+
"./dist/index.d.mts"
2319
]
2420
}
2521
},

0 commit comments

Comments
 (0)