build(ts): include local typeRoots for module shims

This commit is contained in:
vibe-bot 2025-08-08 02:18:23 +02:00
parent 1f0911c0f7
commit acf14a7688

View file

@ -7,6 +7,7 @@
"rootDir": "src", "rootDir": "src",
"esModuleInterop": true, "esModuleInterop": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"typeRoots": ["./src/types", "./node_modules/@types"],
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,