From 6508bdaf78d6d0c2aa9be83d8606c1662a511bec Mon Sep 17 00:00:00 2001 From: kangwei Date: Tue, 31 Mar 2020 01:57:12 +0800 Subject: [PATCH] chore: output sourceMap --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 01ebc5a0d..c9e02df92 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,7 +27,7 @@ // Enables experimental support for ES7 decorators. "experimentalDecorators": true, // Generates corresponding .map file. - "sourceMap": false, + "sourceMap": true, // Disallow inconsistently-cased references to the same file. "forceConsistentCasingInFileNames": true, // Allow json import