|
2 | 2 | "compilerOptions": {
|
3 | 3 | /* Basic Options */
|
4 | 4 | "target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */
|
5 |
| - "module": "es2015", /* Specify module code generation: 'none', commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ |
| 5 | + "module": "commonjs", /* Specify module code generation: 'none', commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ |
6 | 6 | // "lib": [], /* Specify library files to be included in the compilation: */
|
7 | 7 | // "allowJs": true, /* Allow javascript files to be compiled. */
|
8 | 8 | // "checkJs": true, /* Report errors in .js files. */
|
|
11 | 11 | // "sourceMap": true, /* Generates corresponding '.map' file. */
|
12 | 12 | // "outFile": "./", /* Concatenate and emit output to single file. */
|
13 | 13 | "outDir": "./dist/ts", /* Redirect output structure to the directory. */
|
14 |
| - "rootDir": "./src/ts", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ |
| 14 | + // "rootDir": "./src/ts", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ |
15 | 15 | // "removeComments": true, /* Do not emit comments to output. */
|
16 | 16 | // "noEmit": true, /* Do not emit outputs. */
|
17 | 17 | // "importHelpers": true, /* Import emit helpers from 'tslib'. */
|
|
0 commit comments