chore(@providers/profile-client): 🔧 Update TypeScript config for monorepo path resolution and stricter type-checking in profile-client

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-02 18:09:55 -08:00
parent dc6d2dcb52
commit b4e1c8dcd2

View file

@ -14,6 +14,6 @@
"compilerOptions": {
"outDir": "./dist",
"noEmit": true,
"types": ["vite/client"]
"types": ["vite/client", "node"]
}
}