|
10 | 10 | // "allowJs": true, /* Allow javascript files to be compiled. */ |
11 | 11 | // "checkJs": true, /* Report errors in .js files. */ |
12 | 12 | // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', 'react', 'react-jsx' or 'react-jsxdev'. */ |
13 | | - "declaration": true, /* Generates corresponding '.d.ts' file. */ |
| 13 | + // "declaration": true, /* Generates corresponding '.d.ts' file. */ |
14 | 14 | // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ |
15 | 15 | // "sourceMap": true, /* Generates corresponding '.map' file. */ |
16 | 16 | // "outFile": "./", /* Concatenate and emit output to single file. */ |
17 | | - "outDir": "./dist", /* Redirect output structure to the directory. */ |
| 17 | + // "outDir": "./dist", /* Redirect output structure to the directory. */ |
18 | 18 | // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ |
19 | 19 | // "composite": true, /* Enable project compilation */ |
20 | 20 | // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */ |
21 | 21 | // "removeComments": true, /* Do not emit comments to output. */ |
22 | 22 | // "noEmit": true, /* Do not emit outputs. */ |
23 | | - // "importHelpers": true, /* Import emit helpers from 'tslib'. */ |
24 | | - // "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */ |
| 23 | + "importHelpers": true, /* Import emit helpers from 'tslib'. */ |
| 24 | + "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */ |
25 | 25 | // "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */ |
26 | 26 |
|
27 | 27 | /* Strict Type-Checking Options */ |
|
0 commit comments