Skip to content

Commit 731e50d

Browse files
committed
format
1 parent da6956f commit 731e50d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tsup.config.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { defineConfig } from 'tsup';
2-
3-
export default defineConfig({
4-
entry: ['src/index.ts', 'src/citty.ts', 'src/cac.ts'],
5-
format: ['esm'],
6-
dts: true,
7-
clean: true,
8-
skipNodeModulesBundle: true,
9-
esbuildOptions(options) {
10-
options.loader = { '.ts': 'ts' };
11-
},
12-
});
1+
import { defineConfig } from 'tsup';
2+
3+
export default defineConfig({
4+
entry: ['src/index.ts', 'src/citty.ts', 'src/cac.ts'],
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

Comments
 (0)