mirror of
https://github.com/gnu4cn/ts-learnings.git
synced 2024-12-26 21:00:10 +08:00
16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"include": [
|
|
"src/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"target": "es5",
|
|
"outDir": "dist/",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"types": [
|
|
"reflect-metadata"
|
|
]
|
|
}
|
|
}
|