Skip to content

Commit

Permalink
Configure typescript to use modern javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
adunkman committed Sep 1, 2021
1 parent 7ec0fd6 commit e2e9ec8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"compilerOptions": {
"esModuleInterop": true
"esModuleInterop": true,
"target": "ES2020",
"moduleResolution": "Node",
}
}

0 comments on commit e2e9ec8

Please sign in to comment.