|
43 | 43 | // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ |
44 | 44 | // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */ |
45 | 45 | // "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */ |
46 | | - "rewriteRelativeImportExtensions": true, /* Rewrite '.ts', '.tsx', '.mts', and '.cts' file extensions in relative import paths to their JavaScript equivalent in output files. */ |
| 46 | + // "rewriteRelativeImportExtensions": true, /* Rewrite '.ts', '.tsx', '.mts', and '.cts' file extensions in relative import paths to their JavaScript equivalent in output files. */ |
47 | 47 | // "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */ |
48 | 48 | // "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */ |
49 | 49 | // "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */ |
|
84 | 84 |
|
85 | 85 | /* Interop Constraints */ |
86 | 86 | "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */ |
87 | | - // "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */ |
| 87 | + "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */ |
88 | 88 | // "isolatedDeclarations": true, /* Require sufficient annotation on exports so other tools can trivially generate declaration files. */ |
89 | 89 | // "erasableSyntaxOnly": true, /* Do not allow runtime constructs that are not part of ECMAScript. */ |
90 | 90 | "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */ |
|
0 commit comments