Skip to content

Commit 615f1a4

Browse files
author
Umutcan ÖNER
committed
fix: add tsconfig reference to tsup configuration
1 parent 28c31df commit 615f1a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ export default defineConfig({
77
minify: true,
88
dts: true,
99
format: ['cjs', 'esm'],
10+
tsconfig: 'tsconfig.json',
1011
});

0 commit comments

Comments
 (0)