temporary disable checker plugin until TypeScript 7 exposes a stable api

This commit is contained in:
Athou
2026-07-12 08:59:24 +02:00
parent a17e69d37d
commit 4be961b68b

View File

@@ -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",