diff --git a/tsconfig.json b/tsconfig.json index 8dd41025..af417902 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "strict": true, "skipLibCheck": true, "allowJs": false, + "sourceMap": true, // TODO: Remove this over time "noImplicitAny": false }