From 8bf20ea73364da2324b1697840c7c8fd2fb7a8fb Mon Sep 17 00:00:00 2001 From: Ewout Stortenbeker Date: Mon, 29 Jun 2020 15:04:31 +0200 Subject: [PATCH] Moved tsconfig.json --- src/ts/tsconfig.json => tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename src/ts/tsconfig.json => tsconfig.json (73%) diff --git a/src/ts/tsconfig.json b/tsconfig.json similarity index 73% rename from src/ts/tsconfig.json rename to tsconfig.json index ac9a908..a297767 100644 --- a/src/ts/tsconfig.json +++ b/tsconfig.json @@ -4,5 +4,8 @@ "lib": ["ES2017"], "module": "CommonJS", "listEmittedFiles": true - } + }, + "exclude": [ + "node_modules" + ] } \ No newline at end of file