We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46dc48 commit 8fd11e4Copy full SHA for 8fd11e4
1 file changed
packages/api/tsconfig.json
@@ -2,6 +2,7 @@
2
"extends": "../../tsconfig.base.json",
3
"compilerOptions": {
4
"module": "commonjs",
5
+ "esModuleInterop": true,
6
"forceConsistentCasingInFileNames": true,
7
"strict": true,
8
"noImplicitOverride": true,
0 commit comments