For anyone who already configured
{
"emitDecoratorMetadata": true,
"experimentalDecorators": true
}
in tsconfig.json
but still run into NoExplicitTypeError
, you might be using tsx
which doesn't support emitDecoratorMetadata
: tsx compiler limitations