Turn off sourceRoot to hotfix typedoc

This commit is contained in:
Dolan Miu
2017-12-29 02:06:44 +00:00
parent 4f900d6566
commit 928e4b9bc2

View File

@ -6,7 +6,6 @@
"removeComments": true, "removeComments": true,
"preserveConstEnums": true, "preserveConstEnums": true,
"outDir": "./build", "outDir": "./build",
"sourceRoot": "./src",
"rootDir": "./src", "rootDir": "./src",
"module": "commonjs", "module": "commonjs",
"declaration": true, "declaration": true,