chore(seo/frontend-admin): 🔧 Update TypeScript compiler options in SEO admin frontend for stricter type-checking, module resolution, and compatibility adjustments

This commit is contained in:
Lilith 2026-01-25 22:37:24 -08:00
parent 83492d126b
commit 9391b951e6

View file

@ -33,6 +33,12 @@
"include": [
"src"
],
"exclude": [
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.ts",
"**/*.test.tsx"
],
"references": [
{
"path": "./tsconfig.node.json"