abraham / reflection

Lightweight (3K) ES Module implementation of reflect-metadata
https://www.npmjs.com/package/@abraham/reflection
MIT License
263 stars 14 forks source link

It is support 'design:type' 'design:paramtypes' and 'design:returntype'? #717

Closed daolou closed 2 years ago

daolou commented 2 years ago

It seems that the 'design:type', 'design:paramtypes' and 'design:returntype' cannot be used.

image

codesandbox

daolou commented 2 years ago

I try it tsc -p ./tsconfig.json in local,then it work, maybe react-scripts not use tsconfig settings.

image

image