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
Copy file name to clipboardExpand all lines: tsconfig.json
+2-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
7
7
"strict": true, /* Enable all strict type-checking options. */
8
8
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
9
-
"esModuleInterop": true/* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
9
+
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
0 commit comments