Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix noEmit option in tsconfig
Thomas Scholtes committed 2 years ago
commit 5d4511e3a74fa80bed2b49e60f3ef064a424af96
parent 72352835ebf64bf083a2666eaa8231468ff8531a
1 file changed +2 -2
modified tsconfig.json
@@ -3,6 +3,7 @@
  "include": ["src", "tests", "httpd-client", "./*.js", "./*.ts"],
  "exclude": ["node_modules/*"],
  "compilerOptions": {
+
    "noEmit": true,
    "target": "es2020",
    "module": "es2022",
    "types": ["vite/client"],
@@ -24,6 +25,5 @@
      "@public/*": ["./public/*"],
      "@tests/*": ["./tests/*"]
    }
-
  },
-
  "noEmit": true
+
  }
}