Skip to content

Commit 1b47393

Browse files
committed
feat: configure tsc output dir
1 parent aa34531 commit 1b47393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
5959
// "noEmit": true, /* Disable emitting files from a compilation. */
6060
// "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. */
6262
// "removeComments": true, /* Disable emitting comments. */
6363
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
6464
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */

0 commit comments

Comments
 (0)