You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tsconfig.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@
21
21
"types": [
22
22
"node"
23
23
], /* Type declaration files to be included in compilation. */
24
-
"esModuleInterop": false, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
24
+
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
25
25
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
26
26
27
27
/* Experimental Options */
28
28
"experimentalDecorators": true/* Enables experimental support for ES7 decorators. */
0 commit comments