|
11 | 11 | // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
|
12 | 12 |
|
13 | 13 | /* Language and Environment */
|
14 |
| - "target": "ES2020" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, |
| 14 | + "target": "ES2022" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, |
15 | 15 | "lib": ["DOM", "DOM.Iterable", "ES2022"],
|
16 | 16 | "jsx": "react",
|
17 | 17 | "experimentalDecorators": true /* Enable experimental support for TC39 stage 2 draft decorators. */,
|
|
25 | 25 | // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
26 | 26 |
|
27 | 27 | /* Modules */
|
28 |
| - "module": "Node16" /* 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": "node" /* 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": {
|
33 | 33 | "@/*": ["./src/*"]
|
|
42 | 42 | ] /* Specify type package names to be included without being referenced in a source file. */,
|
43 | 43 | // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
|
44 | 44 | // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
|
45 |
| - // "resolveJsonModule": true, /* Enable importing .json files. */ |
| 45 | + "resolveJsonModule": true /* Enable importing .json files. */, |
46 | 46 | // "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */
|
47 | 47 |
|
48 | 48 | /* JavaScript Support */
|
|
0 commit comments