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-2
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,8 @@
71
71
72
72
/* Interop Constraints */
73
73
"isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
74
-
"allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
75
-
"esModuleInterop": true,/* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */
74
+
//"allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
75
+
//"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */
76
76
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
77
77
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
0 commit comments