Skip to content

Commit c069bb1

Browse files
committed
remove unnecessary esModuleInterop settings
1 parent 00bb2e6 commit c069bb1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/gatsby/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
"compilerOptions": {
77
// package-specific options
8-
"esModuleInterop": true,
98
"jsx": "react"
109
}
1110
}

packages/vue/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55

66
"compilerOptions": {
77
// package-specific options
8-
"esModuleInterop": true,
98
}
109
}

packages/wasm/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55

66
"compilerOptions": {
77
// package-specific options
8-
"esModuleInterop": true,
98
}
109
}

0 commit comments

Comments
 (0)