Turn on ES2022 🎉

This commit is contained in:
Markus Olsson 2022-05-04 09:06:43 +02:00
parent 6efc7d6f69
commit 9ff83b872d

View file

@ -2,7 +2,7 @@
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"target": "ES2021",
"target": "ES2022",
"esModuleInterop": true,
"resolveJsonModule": true,
"importHelpers": true,