Skip to content

Commit

Permalink
build: Change target lib to es2019
Browse files Browse the repository at this point in the history
This removes a whole bunch of errors from using `.flat()`
  • Loading branch information
SkepticMystic committed Jul 31, 2021
1 parent 6739884 commit bc41548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"baseUrl": ".",
"paths": {
"src": ["src/*"]
}
},
"lib": ["ES2019", "DOM"]
}
}

0 comments on commit bc41548

Please sign in to comment.