|
10 | 10 | // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ |
11 | 11 | /* Language and Environment */ |
12 | 12 | "target": "ES2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ |
13 | | - "lib": [ |
14 | | - "DOM", |
15 | | - "ESNext" |
16 | | - ], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ |
| 13 | + // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ |
17 | 14 | // "jsx": "preserve", /* Specify what JSX code is generated. */ |
18 | 15 | // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */ |
19 | 16 | // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */ |
|
54 | 51 | // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ |
55 | 52 | // "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. */ |
56 | 53 | "outDir": "./bin", /* Specify an output folder for all emitted files. */ |
57 | | - // "removeComments": true, /* Disable emitting comments. */ |
| 54 | + "removeComments": true, /* Disable emitting comments. */ |
58 | 55 | // "noEmit": true, /* Disable emitting files from a compilation. */ |
59 | 56 | // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ |
60 | 57 | // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */ |
|
0 commit comments