|
1 | 1 | { |
2 | 2 | "compilerOptions": { |
3 | 3 | /* Basic Options */ |
4 | | - "target": "ESNEXT" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */, |
| 4 | + "target": "ES2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */, |
5 | 5 | "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, |
6 | 6 | "skipLibCheck": true, |
7 | | - "lib": [ |
8 | | - "dom", |
9 | | - "es6", |
10 | | - "dom.iterable", |
11 | | - "scripthost", |
12 | | - "esnext" |
13 | | - ] /* Specify library files to be included in the compilation. */, |
| 7 | + "lib": [] /* Specify library files to be included in the compilation. */, |
14 | 8 | // "allowJs": true, /* Allow javascript files to be compiled. */ |
15 | 9 | // "checkJs": true, /* Report errors in .js files. */ |
16 | 10 | // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ |
17 | | - // "declaration": true, /* Generates corresponding '.d.ts' file. */ |
| 11 | + "declaration": true /* Generates corresponding '.d.ts' file. */, |
18 | 12 | // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ |
19 | 13 | "sourceMap": true /* Generates corresponding '.map' file. */, |
20 | | - // "outFile": "./dist/merkling.js", /* Concatenate and emit output to single file. */ |
| 14 | + // "outFile": "./dist/merkling.js" /* Concatenate and emit output to single file. */, |
21 | 15 | "outDir": "./dist" /* Redirect output structure to the directory. */, |
22 | 16 | // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ |
23 | 17 | // "composite": true, /* Enable project compilation */ |
|
46 | 40 | // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ |
47 | 41 |
|
48 | 42 | /* Module Resolution Options */ |
49 | | - // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ |
| 43 | + "moduleResolution": "node" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */, |
50 | 44 | // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ |
51 | 45 | // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ |
52 | 46 | // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ |
|
0 commit comments