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 1133525 commit a0e6b95Copy full SHA for a0e6b95
tsup.config.ts
@@ -5,8 +5,4 @@ export default defineConfig({
5
format: ['esm'],
6
dts: true,
7
clean: true,
8
- skipNodeModulesBundle: true,
9
- esbuildOptions(options) {
10
- options.loader = { '.ts': 'ts' };
11
- },
12
});
0 commit comments