From 24698ca5eac0403f3ca6a7769dd3b7df2dd25efc Mon Sep 17 00:00:00 2001 From: Tiago Siebler Date: Thu, 18 Jan 2024 12:23:14 +0000 Subject: [PATCH] chore(): exclude docs dir --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 265ac64..dd5c454 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,5 +18,5 @@ "outDir": "lib" }, "include": ["src/**/*", "src/.ts"], - "exclude": ["node_modules", "**/node_modules/*", "coverage", "doc"] + "exclude": ["node_modules", "**/node_modules/*", "coverage", "docs"] }