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 99ff0e9 commit 6364b70Copy full SHA for 6364b70
packages-runtime/merge/tsdown.config.ts
@@ -8,5 +8,7 @@ export default defineConfig([
8
format: ['cjs', 'esm'],
9
clean: true,
10
dts: true,
11
+ target: 'node18',
12
+ failOnWarn: false,
13
},
14
])
0 commit comments