Update tsconfig

This commit is contained in:
Arthur Belleville 2025-10-23 13:15:03 +02:00
parent aa36bc6656
commit dcb4d50dc1
No known key found for this signature in database

View file

@ -24,7 +24,7 @@
"@xtablo/ui/*": ["./src/*"],
}
},
"include": ["."],
"include": ["src"],
"exclude": ["node_modules", "dist"],
"references": [
{ "path": "../shared" }