Skip to content

Commit 64414c1

Browse files
committed
fix: removing "importHelpers": true from tsconfig.json
It was causing a bunch of test failures.
1 parent 10f5de4 commit 64414c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"esModuleInterop": true,
1313
"allowSyntheticDefaultImports": true,
1414
"resolveJsonModule": true,
15-
"importHelpers": true,
1615
"moduleResolution": "node",
1716
"module": "CommonJS",
1817
"target": "ES2022",

0 commit comments

Comments
 (0)