From f33bf19d716fccba38eef55bff4f9ddd8c475ad4 Mon Sep 17 00:00:00 2001 From: Alexinhans <103999185+Alexinhans@users.noreply.github.com> Date: Sun, 21 Jan 2024 13:14:42 +0000 Subject: [PATCH] chore: include 'src' folder only --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7bff08a..85489a5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "include": ["./**/*", "./**/.*"], + "include": ["./src/**/*"], "exclude": ["./dist/**/*"], "compilerOptions": { /* Paths */