Use ES6 as compile target

This commit is contained in:
Kalle (Sendou) 2021-08-03 18:31:21 +03:00
parent 48492e7594
commit 0e167160f4

View File

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