|
11 | 11 | // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ |
12 | 12 |
|
13 | 13 | /* Language and Environment */ |
14 | | - "target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, |
| 14 | + "target": "ES2021" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, |
15 | 15 | // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ |
16 | 16 | // "jsx": "preserve", /* Specify what JSX code is generated. */ |
17 | | - // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */ |
18 | | - // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */ |
| 17 | + "experimentalDecorators": true /* Enable experimental support for legacy experimental decorators. */, |
| 18 | + "emitDecoratorMetadata": true /* Emit design-type metadata for decorated declarations in source files. */, |
19 | 19 | // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */ |
20 | 20 | // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */ |
21 | 21 | // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */ |
|
25 | 25 | // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ |
26 | 26 |
|
27 | 27 | /* Modules */ |
28 | | - "module": "commonjs" /* Specify what module code is generated. */, |
| 28 | + "module": "ESNext" /* Specify what module code is generated. */, |
29 | 29 | // "rootDir": "./", /* Specify the root folder within your source files. */ |
30 | | - // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */ |
| 30 | + "moduleResolution": "node" /* 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. */ |
|
0 commit comments