Skip to content

Commit e717fa3

Browse files
committed
build: set import helpers usage to explicit false to mitigate tslib
1 parent cc68325 commit e717fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"moduleResolution": "node",
1010
"emitDecoratorMetadata": true,
1111
"experimentalDecorators": true,
12-
"importHelpers": true,
12+
"importHelpers": false,
1313
"target": "es2022",
1414
"module": "esnext",
1515
"lib": ["es2023", "dom"],

0 commit comments

Comments
 (0)