From 95c52704ce7d05c6f4dee9eb74419f1a666a73f8 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Fri, 4 Jun 2021 17:51:08 +0200 Subject: [PATCH] Simpler, should work --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fb8d573..8f291e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ "incremental": true }, "include": ["**/*.ts"], - "exclude": ["/api/**/**"] + "exclude": ["api"] }