fix: exclude workspace node_modules from tsc; ignore @descro/sdk build errors

This commit is contained in:
thesn10
2026-06-25 19:22:46 +02:00
parent 6fb5283c43
commit 5c9b427fce
2 changed files with 7 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
".next/dev/types/**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"../node_modules"
]
}