From 34bbee4089b4f69797473dacdc23d1c0c245fc40 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Mon, 9 Feb 2026 23:49:44 +0100 Subject: [PATCH] chore: tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ec20577c7..6c8d5f868 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,5 +18,5 @@ "jsxImportSource": "preact" }, "include": ["quartz/**/*.ts", "quartz/**/*.tsx", "*.ts", "*.tsx", "./package.json"], - "exclude": ["build/**/*.d.ts", ".quartz/**", "node_modules/**"] + "exclude": ["build/**/*.d.ts", ".quartz/**/src/**", ".quartz/**/test/**", "node_modules/**"] }