ms/tsconfig.json
MiaoWoo e5ffa70ed9 feat: add readme and update ts config
Signed-off-by: MiaoWoo <admin@yumc.pw>
2019-09-21 15:06:17 +08:00

16 lines
401 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"outDir": "dist",
"target": "es5",
"module": "commonjs",
"sourceMap": false,
"declaration": true,
"noImplicitAny": false,
"downlevelIteration": true,
"allowUnreachableCode": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"lib": []
}
}