From 608f6f351703fccf84ecba42d519081ed1b85709 Mon Sep 17 00:00:00 2001 From: lbritors Date: Fri, 29 May 2026 13:25:57 -0300 Subject: [PATCH] feat: readme gitea --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..64f86c6 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,4 @@ +{ + "extends": "./tsconfig.json", + "exclude": ["node_modules", "test", "dist", "**/*spec.ts"] +}