build(ts): target ES2019 instead of ESNext

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-12 17:35:45 +01:00
parent bb5feb14b9
commit a1c8e3c27f
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5

View file

@ -2,7 +2,7 @@
"compilerOptions": {
// Enable latest features
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"target": "ES2019",
"module": "ESNext",
"moduleDetection": "force",
"jsx": "react-jsx",