Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove unnecessary type definitions from vite and tsconfig
Sebastian Martinez committed 2 years ago
commit cc70c2468475823672df58272b3b8374f6a58a8a
parent ccb173f2b3ed61ebe162631addcb5e84114571b8
3 files changed +1 -4
modified httpd-client/vite.config.ts
@@ -1,4 +1,3 @@
-
/// <reference types="vitest" />
import { defineConfig } from "vite";
import path from "node:path";

modified tsconfig.json
@@ -5,7 +5,7 @@
  "compilerOptions": {
    "target": "es2020",
    "module": "es2020",
-
    "types": ["svelte", "vite/client"],
+
    "types": ["vite/client"],
    "sourceMap": true,
    "baseUrl": "./",
    "moduleResolution": "node",
modified vite.config.ts
@@ -1,5 +1,3 @@
-
/// <reference types="vitest" />
-

import type { Connect, ViteDevServer } from "vite";
import type http from "node:http";