1
0
Fork 0

feat: add declarationMap config

Signed-off-by: MiaoWoo <admin@yumc.pw>
master
MiaoWoo 2019-10-17 16:41:13 +08:00
parent 64272705e5
commit 4d416fb628
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"module": "commonjs",
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"noImplicitAny": true,
"allowUnreachableCode": true,
"experimentalDecorators": true,