0.0.8-runnable β’ Published 10 months ago
@miensoap/express-annotations v0.0.8-runnable
@miensoap/express-annotations πΈ
μ§μνλ κΈ°λ₯
@Controller()
@Get()
@Post()
@Delete()
@Put()
@Patch()
@Component()
@Autowired()
μ€μΉ
npm i @miensoap/express-annotations
μ¬μ© μμ
// tsconfig.json
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"target": "ES6",
"module": "nodenext",
}
}