Skip to content

Commit

Permalink
Merge pull request #3728 from yihyang/chore/update-documentation
Browse files Browse the repository at this point in the history
updated documentation
  • Loading branch information
pleerock committed Feb 27, 2019
2 parents b693291 + d52c957 commit d0e2899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example-with-express.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ compile and run. Create it using your favorite editor and put the following conf
```json
{
"compilerOptions": {
"lib": ["es5", "es6"],
"lib": ["es5", "es6", "dom"],
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
Expand Down

0 comments on commit d0e2899

Please sign in to comment.