Skip to content

Commit 86aee81

Browse files
committed
ci: rollback tsconfig.json update
1 parent 354102a commit 86aee81

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@
119119
"maxWorkers": 1,
120120
"moduleNameMapper": {
121121
"^(\\.{1,2}/.*)\\.js$": "$1"
122-
},
123-
"globals": {
124-
"ts-jest": {
125-
"useESM": true
126-
}
127122
}
128123
}
129124
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)