Skip to content

Commit a0e6b95

Browse files
committed
update
1 parent 1133525 commit a0e6b95

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tsup.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ export default defineConfig({
55
format: ['esm'],
66
dts: true,
77
clean: true,
8-
skipNodeModulesBundle: true,
9-
esbuildOptions(options) {
10-
options.loader = { '.ts': 'ts' };
11-
},
128
});

0 commit comments

Comments
 (0)