Skip to content

Commit 60f469b

Browse files
committed
fix: use ESNext module in typescirpt to prevent modifying the imports
1 parent a6092f5 commit 60f469b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export function createPlugins(
7070
plugins.push(
7171
typescript({
7272
noEmitOnError: false,
73+
module: "ESNext" // do not modify the imports
7374
})
7475
);
7576
} else {

0 commit comments

Comments
 (0)