diff --git a/tsconfig.json b/tsconfig.json index 1efdceb..e09cfff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, - "outDir": "dist" + "outDir": "dist", + "sourceMap": true }, "include": ["src"] }