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: doc-theme/tsconfig.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@
61
61
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
62
62
// "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
63
63
/* Interop Constraints */
64
-
//"isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
64
+
"isolatedModules": true,// /* Ensure that each file can be safely transpiled without relying on other imports. */
65
65
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
66
66
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */
67
67
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
@@ -90,4 +90,4 @@
90
90
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
91
91
"skipLibCheck": true// /* Skip type checking all .d.ts files. */
0 commit comments