Skip to content

Commit

Permalink
Docs: Fixed readme example for TypeScript and UMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
bre1470 committed Apr 10, 2019
1 parent 58789e6 commit d598768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ Highcharts.chart('container', {
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"module": "umd",
"moduleResolution": "node"
}
}
```
Expand Down

0 comments on commit d598768

Please sign in to comment.