From 7fa919273bb29f5f0f11c7aa645e0e972c222ca1 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 14 Jul 2021 11:45:05 +1000 Subject: [PATCH] Set sourceMap instead of inline --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 544cde09a7..f28bd5e2cd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "moduleResolution": "node", "module": "commonjs", "declaration": true, - "inlineSourceMap": true, + "sourceMap": true, "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */, "resolveJsonModule": true /* Include modules imported with .json extension. */,