Skip to content

Commit cd4967b

Browse files
author
Guillaume Chau
committed
fix(ts): es module interop
1 parent 2f428bd commit cd4967b

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

packages/@nodepack/app-config/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"allowSyntheticDefaultImports": true,
7+
"esModuleInterop": true,
78
"resolveJsonModule": true,
89
"skipLibCheck": true,
910
"types": [

packages/@nodepack/app/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"allowSyntheticDefaultImports": true,
7+
"esModuleInterop": true,
78
"resolveJsonModule": true,
89
"skipLibCheck": true,
910
"types": [

packages/@nodepack/fragment/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"allowSyntheticDefaultImports": true,
7+
"esModuleInterop": true,
78
"resolveJsonModule": true,
89
"skipLibCheck": true,
910
"types": [

packages/@nodepack/hookable/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"allowSyntheticDefaultImports": true,
7+
"esModuleInterop": true,
78
"resolveJsonModule": true,
89
"skipLibCheck": true,
910
"types": [

packages/@nodepack/module/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"allowSyntheticDefaultImports": true,
7+
"esModuleInterop": true,
78
"resolveJsonModule": true,
89
"skipLibCheck": true,
910
"types": [

0 commit comments

Comments
 (0)