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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
59
59
// "noEmit": true, /* Disable emitting files from a compilation. */
60
60
// "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. */
61
-
//"outDir": "./", /* Specify an output folder for all emitted files. */
61
+
"outDir": "./build",/* Specify an output folder for all emitted files. */
0 commit comments