From 4a653772d54bec83d9a56a9c7827d148b40fbc94 Mon Sep 17 00:00:00 2001 From: OctoD roth Date: Tue, 23 May 2017 23:25:24 +0200 Subject: [PATCH] chore: Generated sourcemaps and excludes them from workspace --- .vscode/settings.json | 3 ++- tsconfig.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5d257d7..5be41fd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,7 +10,8 @@ "node_modules": true, "**/*.js": { "when": "$(basename).ts" - } + }, + "**/*.js.map": true }, "files.associations": { "*.template": "json" diff --git a/tsconfig.json b/tsconfig.json index 3697e5d..7c6e2b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitAny": true, + "sourceMap": true, "target": "es6" }, "include": [