From 928e4b9bc2d5c2ee0aaf3cc6759008f3afa7e741 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Fri, 29 Dec 2017 02:06:44 +0000 Subject: [PATCH] Turn off sourceRoot to hotfix typedoc --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6427330d2d..2d46f20143 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ "removeComments": true, "preserveConstEnums": true, "outDir": "./build", - "sourceRoot": "./src", "rootDir": "./src", "module": "commonjs", "declaration": true,