Skip to content

Commit f62f136

Browse files
committed
refactor/ add esModuleInterop to to ensure imports are ESM compliant.
1 parent adb0073 commit f62f136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"moduleResolution": "node",
1010
"emitDecoratorMetadata": true,
1111
"experimentalDecorators": true,
12+
"skipLibCheck": true,
13+
"esModuleInterop": true,
1214
"allowJs": true,
1315
"target": "ES2022",
1416
"typeRoots": [

0 commit comments

Comments
 (0)