From 8ef6f933a745214ba02a12cf778eb36bc04a0891 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Thu, 3 Dec 2020 18:48:35 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20tsconfig=20-=20includes=20+=20exclu?= =?UTF-8?q?des?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 0f2192a..3f35579 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,4 +9,11 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true } + "include": [ + "src/**/*" + ], + "exclude": [ + "node_modules", + "**/*.spec.ts" + ] } \ No newline at end of file