|
10 | 10 | // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ |
11 | 11 | "declaration": true /* Generates corresponding '.d.ts' file. */, |
12 | 12 | // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ |
13 | | - "sourceMap": false, |
| 13 | + "sourceMap": true, |
14 | 14 | // "outFile": "./", /* Concatenate and emit output to single file. */ |
15 | 15 | "outDir": "./dist" /* Redirect output structure to the directory. */, |
16 | 16 | // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ |
|
21 | 21 | // "importHelpers": true, /* Import emit helpers from 'tslib'. */ |
22 | 22 | "downlevelIteration": true /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */, |
23 | 23 | // "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */ |
24 | | - |
25 | 24 | /* Strict Type-Checking Options */ |
26 | 25 | "strict": true /* Enable all strict type-checking options. */, |
27 | 26 | // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ |
|
31 | 30 | // "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */ |
32 | 31 | // "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */ |
33 | 32 | // "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ |
34 | | - |
35 | 33 | /* Additional Checks */ |
36 | 34 | // "noUnusedLocals": true, /* Report errors on unused locals. */ |
37 | 35 | // "noUnusedParameters": true, /* Report errors on unused parameters. */ |
38 | 36 | // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ |
39 | 37 | // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ |
40 | | - |
41 | 38 | /* Module Resolution Options */ |
42 | 39 | // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ |
43 | 40 | // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ |
|
49 | 46 | "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */, |
50 | 47 | // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */ |
51 | 48 | // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ |
52 | | - |
53 | 49 | /* Source Map Options */ |
54 | 50 | // "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */ |
55 | 51 | // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ |
56 | 52 | // "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */ |
57 | 53 | // "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */ |
58 | | - |
59 | 54 | /* Experimental Options */ |
60 | 55 | // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ |
61 | 56 | // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ |
|
0 commit comments