From 833aac08f23e275dbf40cfe0489633f3d8b5bf79 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Mon, 10 Jun 2019 20:58:37 +0200 Subject: [PATCH] Changes tsconfig.json --- tsconfig.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index aa1517f..5afd13f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,11 @@ { "compilerOptions": { "module": "commonjs", - "outDir": "dist", "target": "es2018", "esModuleInterop": true, "newLine": "LF", - } + }, + "exclude": [ + "node_modules/" + ] }