Skip to content

Commit a6f6b8e

Browse files
bryanmikaelianhbrls
authored andcommitted
Turn on esModuleInterop (segmentio#207)
1 parent 189b2e0 commit a6f6b8e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
- Fix Potential DOM-based XSS via prototype pollution
1212

13+
# 4.1.1 / 2020-09-15
14+
15+
- Enable `esModuleInterop` in `tsconfig.json`
16+
1317
# 4.1.0 / 2020-09-14
1418

1519
- Replaces `utils/clone` with `lodash.deepclone`

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"esModuleInterop": true,
34
"module": "commonjs",
45
"target": "ES5",
56
"allowJs": true,

0 commit comments

Comments
 (0)