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
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
40
41
// "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */
41
42
// "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */
42
43
// "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */
43
44
// "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
52
-
53
52
/* Emit */
54
53
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
55
54
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
@@ -59,7 +58,7 @@
59
58
// "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. */
60
59
// "outDir": "./lib", /* Specify an output folder for all emitted files. */
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
76
75
// "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
77
-
78
76
/* Interop Constraints */
79
77
// "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
80
78
// "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. */
81
79
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
82
-
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
80
+
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
83
81
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
84
-
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
85
-
82
+
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
86
83
/* Type Checking */
87
-
"strict": true, /* Enable all strict type-checking options. */
84
+
"strict": true, /* Enable all strict type-checking options. */
88
85
// "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
89
86
// "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
90
87
// "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
0 commit comments