chore: tsconfig

This commit is contained in:
saberzero1 2026-02-09 23:49:44 +01:00
parent c48b1ad08e
commit 34bbee4089
No known key found for this signature in database

View File

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