From e976fe550a576e47cf7ea14951d301bb16eb2275 Mon Sep 17 00:00:00 2001 From: AV77web Date: Fri, 3 Jul 2026 17:05:33 +0200 Subject: [PATCH] inserito tsconfig.buil.json --- tsconfig.build.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tsconfig.build.json diff --git a/tsconfig.build.json b/tsconfig.build.json new file mode 100644 index 0000000..49a23bc --- /dev/null +++ b/tsconfig.build.json @@ -0,0 +1,4 @@ +{ + "extends": "./tsconfig.json", + "exclude": ["node_modules", "dist", "**/*.test.ts"] +}