Skip to content

Commit

Permalink
chore: remove esModuleInterop tsconfig option
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Oct 18, 2024
1 parent fe4ab8b commit 03d7893
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion playgrounds/vite-cjs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true
},
Expand Down
1 change: 0 additions & 1 deletion playgrounds/vite-esm/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true
},
Expand Down
1 change: 0 additions & 1 deletion playgrounds/webpack-cjs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"jsx": "preserve",
"moduleResolution": "Node10",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"useDefineForClassFields": true,
Expand Down

0 comments on commit 03d7893

Please sign in to comment.