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

Skip to content

Commit 97a41a8

Browse files
committed
Revert "Remove esModuleInterop option from tsconfig.json"
This reverts commit e738254. The current ESLint setup conflicts with itself when using `import stripAnsi = require('strip-ansi')`, which is what should actually be used.
1 parent e738254 commit 97a41a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "commonjs",
55
"allowJs": true,
66
"strict": true,
7-
"noEmit": true
7+
"noEmit": true,
8+
"esModuleInterop": true
89
}
910
}

0 commit comments

Comments
 (0)
0