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
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
53
53
"outDir": "./dist/cjs"/* Specify an output folder for all emitted files. */,
// "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
71
71
72
72
/* Interop Constraints */
73
-
"isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
73
+
"isolatedModules": true/* Ensure that each file can be safely transpiled without relying on other imports. */,
74
74
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
75
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. */
0 commit comments