File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
1212
1313 /* Language and Environment */
14- "target" : " ES2022 " , // https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-14
14+ "target" : " ES2020 " , // https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-14
1515 /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
1616 "lib" : [" ES2020" ], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
1717 // "jsx": "preserve", /* Specify what JSX code is generated. */
7373 // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
7474
7575 /* Interop Constraints */
76- "isolatedModules" : true , /* Ensure that each file can be safely transpiled without relying on other imports. */
76+ // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
7777 // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
7878 "esModuleInterop" : true ,
7979 /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
You can’t perform that action at this time.
0 commit comments