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
// "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
44
44
// "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */
45
45
@@ -56,7 +56,7 @@
56
56
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
57
57
// "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. */
58
58
"outDir": "./src/extension/build/bundles/", /* Specify an output folder for all emitted files. */
// "noEmit": true, /* Disable emitting files from a compilation. */
61
61
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
62
62
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
@@ -74,15 +74,15 @@
74
74
// "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
75
75
76
76
/* Interop Constraints */
77
-
//"isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
77
+
"isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
78
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. */
79
-
//"allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
79
+
"allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
80
80
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
81
81
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
82
82
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
83
83
84
84
/* Type Checking */
85
-
"strict": true, /* Enable all strict type-checking options. */
85
+
//"strict": true, /* Enable all strict type-checking options. */
86
86
// "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
87
87
// "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
88
88
// "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
@@ -105,5 +105,13 @@
105
105
/* Completeness */
106
106
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107
107
"skipLibCheck": true/* Skip type checking all .d.ts files. */
108
-
}
109
-
}
108
+
},
109
+
// Specifies which files should be included in the compilation.
0 commit comments