Fix up target in web tsconfig (#155)

This commit is contained in:
Marshall Polaris 2022-05-08 23:57:29 -07:00 committed by GitHub
parent b47e4364ad
commit dd2366458d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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