Skip to content

Commit 8fd11e4

Browse files
committed
fix(api): try the build with esModuleInterop
1 parent e46dc48 commit 8fd11e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/api/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
44
"module": "commonjs",
5+
"esModuleInterop": true,
56
"forceConsistentCasingInFileNames": true,
67
"strict": true,
78
"noImplicitOverride": true,

0 commit comments

Comments
 (0)