diff --git a/commafeed-client/vite.config.ts b/commafeed-client/vite.config.ts index a2820b2d..2a255789 100644 --- a/commafeed-client/vite.config.ts +++ b/commafeed-client/vite.config.ts @@ -13,7 +13,8 @@ export default defineConfig(() => ({ }), lingui(), checker({ - typescript: true, + // temporary disabled until TypeScript 7 exposes a stable api + // typescript: true, biome: { command: "check", flags: "--error-on-warnings",