diff options
| author | Philipp Eichmann <philipp.eichmann@gmail.com> | 2019-01-10 16:51:14 -0500 |
|---|---|---|
| committer | Philipp Eichmann <philipp.eichmann@gmail.com> | 2019-01-10 16:51:14 -0500 |
| commit | 861d61970afc9e67afbafa64e8c1347a18335077 (patch) | |
| tree | 69d8a9503f837b24813a5da8b3315921274b63b5 /tsconfig.json | |
| parent | 5c3b292430db7c18629d78105bd2f294a653d8ee (diff) | |
added config to enable debugging
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 8c843e4ed..baf953964 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "removeComments": true, "experimentalDecorators": true, "jsx": "react", + "sourceMap": true, "outDir": "dist", "lib": ["dom", "es2015"] }, |
