diff --git a/tsconfig.json b/tsconfig.json index 744f7df4b..dfdbd7064 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "resolveJsonModule": true, "noEmit": false, "jsx": "react" + "sourceMap": true }, "include": ["src"], "exclude": ["build", "node_modules"]