We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddd08d commit cd71ff5Copy full SHA for cd71ff5
tsup.config.ts
@@ -26,9 +26,5 @@ export default defineConfig({
26
minify: env === 'production',
27
watch: env === 'development',
28
sourcemap: env === 'development',
29
- tsconfig: path.resolve(__dirname, './tsconfig.json'),
30
- outExtension: ({ format }) =>
31
- format === 'esm'
32
- ? { js: '.js' }
33
- : { js: '.cjs' }
+ tsconfig: path.resolve(__dirname, './tsconfig.json')
34
});
0 commit comments