diff --git a/tsconfig.json b/tsconfig.json index ac3c012..d1c04bf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "es2015", "module": "esnext", "strict": true, + "sourceMap": true } }