|
25 | 25 | // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ |
26 | 26 |
|
27 | 27 | /* Modules */ |
28 | | - "module": "ESNext", /* Specify what module code is generated. */ |
| 28 | + "module": "NodeNext", /* Specify what module code is generated. */ |
29 | 29 | // "rootDir": "./", /* Specify the root folder within your source files. */ |
30 | | - "moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */ |
| 30 | + "moduleResolution": "nodenext", /* Specify how TypeScript looks up a file from a given module specifier. */ |
31 | 31 | // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ |
32 | 32 | // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ |
33 | 33 | // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ |
|
57 | 57 | // "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. */ |
58 | 58 | // "outDir": "./dist", /* Specify an output folder for all emitted files. */ |
59 | 59 | // "removeComments": true, /* Disable emitting comments. */ |
60 | | - // "noEmit": true, /* Disable emitting files from a compilation. */ |
| 60 | + "noEmit": true, /* Disable emitting files from a compilation. */ |
61 | 61 | // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ |
62 | 62 | // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ |
63 | 63 | // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */ |
|
67 | 67 | // "newLine": "crlf", /* Set the newline character for emitting files. */ |
68 | 68 | // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */ |
69 | 69 | // "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */ |
70 | | - "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */ |
| 70 | + // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */ |
71 | 71 | // "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */ |
72 | 72 | // "declarationDir": "./", /* Specify the output directory for generated declaration files. */ |
73 | 73 |
|
|
92 | 92 | // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */ |
93 | 93 | // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */ |
94 | 94 | // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */ |
95 | | - "exactOptionalPropertyTypes": false, /* Interpret optional property types as written, rather than adding 'undefined'. */ |
| 95 | + "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */ |
96 | 96 | // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */ |
97 | 97 | // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */ |
98 | | - // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */ |
| 98 | + "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */ |
99 | 99 | // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */ |
100 | 100 | // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */ |
101 | 101 | // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */ |
|
0 commit comments