From 0dc3d05cf1f96955a3ced576faad3871e034cc1f Mon Sep 17 00:00:00 2001 From: Ewout Stortenbeker Date: Wed, 16 Dec 2020 14:38:03 +0100 Subject: [PATCH] tsconfig updates --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 135bece..36f5dff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,8 +3,11 @@ "target": "ES2017", "lib": ["ES2017","DOM"], "module": "CommonJS", - "listEmittedFiles": true + "listEmittedFiles": true, + "outDir": "dist", + "sourceMap": true }, + "include": ["src/**/*"], "exclude": [ "node_modules" ]