Exclude scripts from build to fix dist folder structure

This commit is contained in:
Hamza-Ayed
2026-03-30 17:39:59 +03:00
parent f2c478b6c7
commit 574ff63ff3

View File

@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
"exclude": ["node_modules", "test", "dist", "scripts", "**/*spec.ts"]
}