Skip to content

Commit

Permalink
Fix UMD build allowing esModule Interoperability for demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
deiv committed Jun 23, 2021
1 parent add10c9 commit a0db0de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-markdown-it-demo",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -20,7 +20,7 @@
"@angular/router": "~12.0.5",
"markdown-it": "^12.0.6",
"markdown-it-markmap": "^0.1.0",
"ngx-markdown": "file:./projects/ngx-markdown-it",
"ngx-markdown-it": "file:./projects/ngx-markdown-it",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"es2018",
"dom"
],
"resolveJsonModule": true
"resolveJsonModule": true,
"esModuleInterop": true
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
Expand Down

0 comments on commit a0db0de

Please sign in to comment.