|
23 | 23 | // "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */ |
24 | 24 | // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */ |
25 | 25 | // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */ |
26 | | - // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ |
| 26 | + "moduleDetection": "force", /* Control what method is used to detect module-format JS files. */ |
27 | 27 |
|
28 | 28 | /* Modules */ |
29 | 29 | "module": "Preserve", /* Specify what module code is generated. */ |
|
41 | 41 | // "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */ |
42 | 42 | // "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */ |
43 | 43 | // "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */ |
44 | | - // "noUncheckedSideEffectImports": true, /* Check side effect imports. */ |
| 44 | + "noUncheckedSideEffectImports": true, /* Check side effect imports. */ |
45 | 45 | // "resolveJsonModule": true, /* Enable importing .json files. */ |
46 | 46 | // "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */ |
47 | 47 | // "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */ |
|
75 | 75 | // "declarationDir": "./", /* Specify the output directory for generated declaration files. */ |
76 | 76 |
|
77 | 77 | /* Interop Constraints */ |
78 | | - // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */ |
| 78 | + "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */ |
79 | 79 | "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. */ |
80 | 80 | // "isolatedDeclarations": true, /* Require sufficient annotation on exports so other tools can trivially generate declaration files. */ |
81 | 81 | "erasableSyntaxOnly": true, /* Do not allow runtime constructs that are not part of ECMAScript. */ |
|
0 commit comments