Skip to content

Commit 9d85cc8

Browse files
committed
build: configure unbuild declaration node16
1 parent a1b1ac8 commit 9d85cc8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.config.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import { defineBuildConfig } from 'unbuild'
22

33
export default defineBuildConfig({
4-
rollup: {
5-
emitCJS: false,
6-
},
7-
declaration: true,
4+
declaration: 'node16',
85
// warnings triggered by nuxt exports not being built - happens in separate script
96
failOnWarn: false,
107
entries: [

0 commit comments

Comments
 (0)