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
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,17 @@
3
3
/* Visit https://aka.ms/tsconfig to read more about this file */
4
4
"outDir": "./dist",
5
5
"rootDir": "./src", // Optional, but recommended to specify the root directory
6
-
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. *//* Modules */
7
-
"experimentalDecorators": true, /* Enable experimental support for decorators. */
8
-
"module": "commonjs", /* Specify what module code is generated. */
9
-
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
10
-
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
6
+
"target": "es2016"/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. *//* Modules */,
7
+
"experimentalDecorators": true/* Enable experimental support for decorators. */,
8
+
"module": "commonjs"/* Specify what module code is generated. */,
9
+
"esModuleInterop": true/* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
10
+
"forceConsistentCasingInFileNames": true/* Ensure that casing is correct in imports. */,
0 commit comments