Skip to content

Commit

Permalink
typescript support // readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frankthelen committed Jan 2, 2021
1 parent f2168be commit 75b52d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ For this module to work, TypeScript compiler options must include:
```json
{
"compilerOptions": {
"target": "ES2015", /* or later */
"target": "ES2015", // or later
"moduleResolution": "node",
"esModuleInterop": true
}
Expand Down

0 comments on commit 75b52d4

Please sign in to comment.