Skip to content

Commit 1c520e1

Browse files
committed
chore: remove now-redundant esModuleInterop setting
1 parent 632b541 commit 1c520e1

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

packages/scratch-gui/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"outDir": "./dist/types/",
1818

1919
/* Interop Constraints */
20-
"esModuleInterop": true,
2120
"forceConsistentCasingInFileNames": true,
2221

2322
/* Type Checking */

packages/scratch-render/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"allowImportingTsExtensions": true,
99
"resolveJsonModule": true,
1010
"isolatedModules": true,
11-
"esModuleInterop": true,
1211
"skipLibCheck": true,
1312
"noEmit": true,
1413
"lib": [

packages/scratch-vm/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"allowImportingTsExtensions": true,
99
"resolveJsonModule": true,
1010
"isolatedModules": true,
11-
"esModuleInterop": true,
1211
"skipLibCheck": true,
1312
"noEmit": true,
1413
"lib": [

packages/scratch-vm/tsconfig.tap.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"module": "CommonJS",
66
"target": "ESNext",
77
"moduleResolution": "node",
8-
"esModuleInterop": true,
98
"skipLibCheck": true,
109
"noEmit": true,
1110
"lib": [

0 commit comments

Comments
 (0)