feat: supoort mod server scan event

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-09-27 09:49:45 +08:00
parent 032f4d98ae
commit b939c7c891
3 changed files with 49 additions and 42 deletions

View File

@ -4,13 +4,15 @@
"outDir": "dist",
"target": "es5",
"module": "commonjs",
"strict": true,
"strictNullChecks": false,
"sourceMap": false,
"declaration": true,
"noImplicitAny": false,
"downlevelIteration": true,
"allowUnreachableCode": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": []
}
}