|
9 | 9 | // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */ |
10 | 10 | // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ |
11 | 11 | /* Language and Environment */ |
12 | | - "target": "ESNext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ |
| 12 | + "target": "ES2015", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ |
13 | 13 | // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ |
14 | 14 | // "jsx": "preserve", /* Specify what JSX code is generated. */ |
15 | 15 | // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */ |
|
24 | 24 | /* Modules */ |
25 | 25 | "module": "ESNext", /* Specify what module code is generated. */ |
26 | 26 | "rootDir": "src", /* Specify the root folder within your source files. */ |
27 | | - "moduleResolution": "Node", /* Specify how TypeScript looks up a file from a given module specifier. */ |
| 27 | + "moduleResolution": "Bundler", /* Specify how TypeScript looks up a file from a given module specifier. */ |
28 | 28 | // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ |
29 | 29 | // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ |
30 | 30 | // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ |
|
42 | 42 | "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ |
43 | 43 | "declarationMap": true, /* Create sourcemaps for d.ts files. */ |
44 | 44 | // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ |
45 | | - "sourceMap": true, /* Create source map files for emitted JavaScript files. */ |
| 45 | + // "sourceMap": true, /* Create source map files for emitted JavaScript files. */ |
46 | 46 | // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */ |
47 | 47 | "outDir": "dist", /* Specify an output folder for all emitted files. */ |
48 | 48 | "removeComments": true, /* Disable emitting comments. */ |
|
52 | 52 | // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ |
53 | 53 | // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */ |
54 | 54 | // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ |
55 | | - // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ |
| 55 | + "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ |
56 | 56 | // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */ |
57 | 57 | // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */ |
58 | 58 | // "newLine": "crlf", /* Set the newline character for emitting files. */ |
|
0 commit comments