Switched to ES2018 target

This commit is contained in:
squidfunk
2024-06-24 08:39:07 +02:00
parent eff555a669
commit b0484699f7

View File

@@ -30,7 +30,7 @@
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": true,
"target": "es2015"
"target": "es2018"
},
"include": [
"src/overrides/assets/javascripts",