blob: db40241713af8b700fc01e10337abbffd2c43c2d [file] [log] [blame]
LiYi0784eeb2017-03-02 18:29:04 +08001{
2 "compilerOptions": {
3 "target": "es5",
4 "module": "commonjs",
5 "moduleResolution": "node",
6 "sourceMap": true,
7 "emitDecoratorMetadata": true,
8 "experimentalDecorators": true,
9 "removeComments": false,
YILI1c7effb2017-03-22 14:52:56 +080010 "noImplicitAny": false
LiYi0784eeb2017-03-02 18:29:04 +080011 }
12}