File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 119119 "maxWorkers" : 1 ,
120120 "moduleNameMapper" : {
121121 "^(\\ .{1,2}/.*)\\ .js$" : " $1"
122- },
123- "globals" : {
124- "ts-jest" : {
125- "useESM" : true
126- }
127122 }
128123 }
129124}
Original file line number Diff line number Diff line change 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