|
9 | 9 | // "allowJs": true, /* Allow javascript files to be compiled. */ |
10 | 10 | // "checkJs": true, /* Report errors in .js files. */ |
11 | 11 | // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ |
12 | | - // "declaration": true, /* Generates corresponding '.d.ts' file. */ |
13 | | - // "sourceMap": true, /* Generates corresponding '.map' file. */ |
| 12 | + "declaration": true, /* Generates corresponding '.d.ts' file. */ |
| 13 | + "sourceMap": true, /* Generates corresponding '.map' file. */ |
14 | 14 | // "outFile": "./", /* Concatenate and emit output to single file. */ |
15 | | - // "outDir": "./", /* Redirect output structure to the directory. */ |
16 | | - // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ |
| 15 | + "outDir": "./dist", /* Redirect output structure to the directory. */ |
| 16 | + "rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ |
17 | 17 | // "removeComments": true, /* Do not emit comments to output. */ |
18 | 18 | // "noEmit": true, /* Do not emit outputs. */ |
19 | 19 | // "importHelpers": true, /* Import emit helpers from 'tslib'. */ |
20 | 20 | // "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */ |
21 | 21 | // "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */ |
22 | 22 |
|
23 | 23 | /* Strict Type-Checking Options */ |
24 | | - "strict": true |
| 24 | + "strict": true, |
25 | 25 | /* Enable all strict type-checking options. */ |
26 | 26 | // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ |
27 | 27 | // "strictNullChecks": true, /* Enable strict null checks. */ |
|
35 | 35 | // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ |
36 | 36 |
|
37 | 37 | /* Module Resolution Options */ |
38 | | - // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ |
| 38 | + "moduleResolution": "node" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ |
39 | 39 | // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ |
40 | 40 | // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ |
41 | 41 | // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ |
|
0 commit comments