Skip to content

Commit f842803

Browse files
author
Scott Hardy
committed
v1.2.3 changelog
1 parent 377cf31 commit f842803

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to
1212

1313
## Added
1414

15-
- resolveJsonModule for node example
15+
- resolveJsonModule and esModuleInterop for node example
1616

1717
## [v1.2.2] - 2021-02-06
1818

examples/node/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"compilerOptions": {
33
"experimentalDecorators": true,
44
"resolveJsonModule": true,
5+
"esModuleInterop": true,
56
}
67
}

0 commit comments

Comments
 (0)