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,
"preserveConstEnums": true,
"outDir": "./build",
"sourceRoot": "./src",
"rootDir": "./src",
"module": "commonjs",
"declaration": true,