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
// "removeComments": true, /* Do not emit comments to output. */
22
22
// "noEmit": true, /* Do not emit outputs. */
23
23
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
24
24
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
25
-
"isolatedModules": true,/* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
25
+
"isolatedModules": true/* Transpile each file as a separate module (similar to 'ts.transpileModule'). */,
26
26
/* Strict Type-Checking Options */
27
27
"strict": true/* Enable all strict type-checking options. */,
28
28
"noImplicitAny": true/* Raise error on expressions and declarations with an implied 'any' type. */,
@@ -47,7 +47,7 @@
47
47
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
48
48
"esModuleInterop": true/* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
49
49
"skipLibCheck": true,
50
-
"forceConsistentCasingInFileNames": true,
50
+
"forceConsistentCasingInFileNames": true
51
51
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
52
52
/* Source Map Options */
53
53
// "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
0 commit comments