chore(blog): 🔧 Update TypeScript compiler options in tsconfig.json for stricter validation and path resolution adjustments

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-13 05:48:57 -08:00
parent f2b3cd920f
commit b835e4dca4

View file

@ -6,7 +6,7 @@
"jsx": "react-jsx",
"paths": {
"@/*": ["./src/*"],
"@platform/blog": ["../shared/src"]
}
},
"include": ["src"],