feat:update cli template

This commit is contained in:
pengfei.zhou
2020-03-27 15:52:33 +08:00
committed by osborn
parent 438f729ec6
commit a0d72af82c
3 changed files with 34 additions and 28 deletions

View File

@@ -53,7 +53,8 @@
// "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
/* Experimental Options */
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
"emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */
"emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"resolveJsonModule": true
},
"include": [
"**/*.ts",