cc-server-parent/tsconfig.json
MiaoWoo 4d416fb628 feat: add declarationMap config
Signed-off-by: MiaoWoo <admin@yumc.pw>
2019-10-17 16:41:13 +08:00

15 lines
376 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"outDir": "dist",
"target": "es6",
"module": "commonjs",
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"noImplicitAny": true,
"allowUnreachableCode": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}