fix(blog): remove rootDir constraint to allow tests/**/* inclusion in typecheck

This commit is contained in:
2026-05-05 00:27:25 +02:00
parent 3e6f632c4b
commit e217652a87

View File

@@ -2,7 +2,6 @@
"extends": "@repo/typescript-config/base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"lib": ["ES2022", "DOM"],
"jsx": "preserve",
"paths": {