Update template file

This commit is contained in:
pengfei.zhou 2022-02-21 19:19:56 +08:00 committed by osborn
parent 38cfede1fc
commit 3f16f6fa26
3 changed files with 6 additions and 3 deletions

View File

@ -56,7 +56,8 @@
/* Experimental Options */
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
"emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"resolveJsonModule": true
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": [
"**/*.ts",

View File

@ -56,7 +56,8 @@
/* Experimental Options */
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
"emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"resolveJsonModule": true
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": [
"**/*.ts",

View File

@ -56,7 +56,8 @@
/* Experimental Options */
"experimentalDecorators": true /* Enables experimental support for ES7 decorators. */,
"emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,
"resolveJsonModule": true
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": ["**/*.ts", "**/*.tsx"]
}