chore: bump compilerOptions target to es6

This commit is contained in:
Victor Gerbrands 2023-05-03 12:29:42 +02:00
parent c4ab3aba8d
commit bff927e700

View File

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