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": { "compilerOptions": {
"target": "es5", "target": "ES6",
"lib": ["dom", "dom.iterable", "esnext", "ES2020"], "lib": ["dom", "dom.iterable", "esnext", "ES2020"],
"allowJs": false, "allowJs": false,
"skipLibCheck": true, "skipLibCheck": true,