8000 Remove `esModuleInterop` option from tsconfig.json · postcss/postcss@e738254 · GitHub
[go: up one dir, main page]

Skip to content

Commit e738254

Browse files
committed
Remove esModuleInterop option from tsconfig.json
This options looses type strictness. This causes TypeScript tests to work, but that doesn’t mean the same imports would work for users who don’t use `esModuleInterop`.
1 parent 8741fdd commit e738254

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"module": "commonjs",
55
"allowJs": true,
66
"strict": true,
7-
"noEmit": true,
8-
"esModuleInterop": true
7< 3DF1 /code>+
"noEmit": true
98
}
109
}

0 commit comments

Comments
 (0)
0