Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit eba2292

Browse files
committed
[Transform] Update tsconfig
1 parent c8b6e2e commit eba2292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transform/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// "declaration": true, /* Generates corresponding '.d.ts' file. */
1313
// "sourceMap": true, /* Generates corresponding '.map' file. */
1414
// "outFile": "./", /* Concatenate and emit output to single file. */
15-
// "outDir": "./", /* Redirect output structure to the directory. */
15+
"outDir": "./lib", /* Redirect output structure to the directory. */
1616
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
1717
// "removeComments": true, /* Do not emit comments to output. */
1818
// "noEmit": true, /* Do not emit outputs. */

0 commit comments

Comments
 (0)