Fix up target in web tsconfig

This commit is contained in:
Marshall Polaris 2022-05-08 23:55:18 -07:00
parent b47e4364ad
commit ddef5f608e

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"baseUrl": "../",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,