mirror of
https://github.com/gnu4cn/ts-learnings.git
synced 2024-12-26 12:50:31 +08:00
15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"include": [
|
|
"src/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"target": "es2015",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"types": [
|
|
"reflect-metadata"
|
|
]
|
|
}
|
|
}
|