inserito tsconfig.buil.json
Some checks failed
Deploy to VPS / build (push) Successful in 14s
Deploy to VPS / deploy (push) Failing after 15s

This commit is contained in:
AV77web 2026-07-03 17:05:33 +02:00
parent d812d97c41
commit e976fe550a

4
tsconfig.build.json Normal file
View file

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