We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__dirname
1 parent 64eed2b commit 0d6cb16Copy full SHA for 0d6cb16
tsup.config.ts
@@ -4,4 +4,5 @@ export default defineConfig({
4
target: 'esnext',
5
format: ['cjs', 'esm'],
6
dts: true,
7
+ shims: true,
8
});
0 commit comments