Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update tsconfig target to es2021
Sebastian Martinez committed 1 year ago
commit beaf6adbbf232e23e1259f5bc0752152a9660759
parent 02057b5b087cc0d97541e6d8cd355a02cdb67707
1 file changed +1 -1
modified tsconfig.json
@@ -4,7 +4,7 @@
  "exclude": ["node_modules/*", "radicle-httpd/*"],
  "compilerOptions": {
    "noEmit": true,
-
    "target": "es2020",
+
    "target": "es2021",
    "module": "es2022",
    "types": ["vite/client"],
    "sourceMap": true,