mirror of
https://github.com/gnu4cn/ts-learnings.git
synced 2025-01-13 13:50:07 +08:00
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"include": [
|
|
"src/namespace/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"target": "es2015",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"types": [
|
|
"reflect-metadata"
|
|
]
|
|
}
|
|
}
|