From 8e2e17cdbe02847b19d8bc2002ba713d18e291b9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 21 May 2018 17:33:33 -0400 Subject: Support source maps for internal code. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index d598b8ce0..4de82936c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "allowJs": true, "module": "commonjs", "noImplicitAny": true, - "sourceMap": true, + "baseUrl": ".", "removeComments": true, "preserveConstEnums": true, "declaration": true, -- cgit v1.2.3