Skip to content

Commit 2f455bd

Browse files
beeequeuesxzz
authored andcommitted
fix: tsc-worker extension (#140)
1 parent 8375204 commit 2f455bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
platform: 'node',
1515
dts: false,
1616
define: {
17-
'import.meta.WORKER_URL': JSON.stringify('./tsc-worker.js'),
17+
'import.meta.WORKER_URL': JSON.stringify('./tsc-worker.mjs'),
1818
},
1919
exports: true,
2020
plugins: [

0 commit comments

Comments
 (0)