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": [