Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Update tsconfig target to es2021
Sebastian Martinez committed 1 year ago
commit beaf6adbbf232e23e1259f5bc0752152a9660759
parent 02057b5
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,