From d6c2e25fb9b9adee5c7079bb7dce1b6f7694c698 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Fri, 4 Jun 2021 17:38:31 +0200 Subject: [PATCH] Removing API from build path --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a97d82e..351f9f3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,6 @@ "rootDir": "./", "incremental": true }, - "include": ["**/*.ts"] + "include": ["**/*.ts"], + "exclude": ["/api"] }