Skip to content

Commit 24f14d1

Browse files
committed
fix: specify OUT_DIR on ts
1 parent 88cb2f9 commit 24f14d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const jsConfig = {
3737
typescript({
3838
sourceMap: !isProduction,
3939
inlineSourceMap: false,
40+
outDir: OUT_DIR,
4041
inlineSources: !isProduction,
4142
rootDir: "./src",
4243
}),

0 commit comments

Comments
 (0)