diff --git a/tsconfig.json b/tsconfig.json index 08adb58..63c891f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,9 @@ "noImplicitAny": false, "resolveJsonModule": true, "moduleResolution": "Node", - "skipLibCheck": true + "skipLibCheck": true, + "sourceMap": true, + "inlineSources": true, + "sourceRoot": "/" } }