Skip to content

Commit 43bbd0c

Browse files
committed
rearrange
1 parent 9324811 commit 43bbd0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
],
66
"compileOnSave": true,
77
"compilerOptions": {
8+
"outDir": "lib", /* Redirect output structure to the directory. */
89
/* Basic Options */
910
"target": "es2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
1011
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
1112
"lib": [
1213
"esnext"
1314
], /* Specify library files to be included in the compilation. */
14-
// "outFile": "./", /* Concatenate and emit output to single file. */
15-
"outDir": "lib", /* Redirect output structure to the directory. */
1615
"allowJs": true, /* Allow javascript files to be compiled. */
1716
"checkJs": true, /* Report errors in .js files. */
18-
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
1917
"declaration": false, /* Generates corresponding '.d.ts' file. */
20-
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
2118
"sourceMap": false, /* Generates corresponding '.map' file. */
19+
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
20+
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
21+
// "outFile": "./", /* Concatenate and emit output to single file. */
2222
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
2323
// "composite": true, /* Enable project compilation */
2424
// "removeComments": true, /* Do not emit comments to output. */

0 commit comments

Comments
 (0)