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
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
41
41
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
42
42
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
43
-
"typeRoots": [/* List of folders to include type definitions from. */
44
-
"./node_modules/@types",
43
+
"typeRoots": [
44
+
/* List of folders to include type definitions from. */"./node_modules/@types",
45
45
"./@types"
46
46
],
47
47
// "typeRoots": [], /* List of folders to include type definitions from. */
48
48
// "types": [], /* Type declaration files to be included in compilation. */
49
49
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
50
-
"esModuleInterop": true/* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
50
+
"esModuleInterop": true/* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
51
51
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
52
52
53
53
/* Source Map Options */
@@ -59,9 +59,8 @@
59
59
/* Experimental Options */
60
60
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
61
61
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
0 commit comments