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/**"] }