|
5 | 5 | ], |
6 | 6 | "compileOnSave": true, |
7 | 7 | "compilerOptions": { |
| 8 | + "outDir": "lib", /* Redirect output structure to the directory. */ |
8 | 9 | /* Basic Options */ |
9 | 10 | "target": "es2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ |
10 | 11 | "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ |
11 | 12 | "lib": [ |
12 | 13 | "esnext" |
13 | 14 | ], /* 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. */ |
16 | 15 | "allowJs": true, /* Allow javascript files to be compiled. */ |
17 | 16 | "checkJs": true, /* Report errors in .js files. */ |
18 | | - // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ |
19 | 17 | "declaration": false, /* Generates corresponding '.d.ts' file. */ |
20 | | - // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ |
21 | 18 | "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. */ |
22 | 22 | // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ |
23 | 23 | // "composite": true, /* Enable project compilation */ |
24 | 24 | // "removeComments": true, /* Do not emit comments to output. */ |
|
0 commit comments