Skip to content

Commit dbe7be9

Browse files
committed
ci: rollback tsconfig.json update
1 parent 8759fa7 commit dbe7be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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. */
@@ -73,7 +73,7 @@
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. */

0 commit comments

Comments
 (0)