From cace64800442b42a9c64c029a504a17297dea075 Mon Sep 17 00:00:00 2001 From: omrirz Date: Fri, 11 Mar 2022 23:14:34 +0200 Subject: [PATCH] add typescript sourceMap --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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"]