chore: exclude web and node_modules from tsconfig

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Gjermund Høsøien Wiggen
2026-06-09 10:43:52 +02:00
parent ade966ace7
commit 60d2196e51

View File

@@ -27,5 +27,6 @@
"paths": {
"@/*": ["./src/*"]
}
}
},
"exclude": ["web", "node_modules"]
}