🏗️ es6 to es2022

This commit is contained in:
Axel Olausson Holtenäs 2022-04-14 20:07:23 +02:00
parent 451b9e0763
commit 2a55965bc3
No known key found for this signature in database
GPG key ID: 9347A5E873995701

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ES6",
"target": "es2022",
"module": "es2022",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,