From e93a7a32e9802e6c760a2c92d3e07550173371a2 Mon Sep 17 00:00:00 2001 From: 3nprob <3nprob@3nprob> Date: Fri, 8 Oct 2021 02:23:17 +0900 Subject: [PATCH] enable ts sourcemaps --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 33c7516..52e6497 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": true, "declaration": true, - "sourceMap": false, + "sourceMap": true, "outDir": "dist", "typeRoots": [ "src/types/"