If you want to use decorator in typescript, I recommand you below tsconfig.json settings/
{
"compilerOptions": {
// Decorator settings
"experimentalDecorators": true,
"strictPropertyInitialization": false
}
}
If you want to use decorator in typescript, I recommand you below tsconfig.json settings/
{
"compilerOptions": {
// Decorator settings
"experimentalDecorators": true,
"strictPropertyInitialization": false
}
}
For further actions, you may consider blocking this person and/or reporting abuse
yogini16 -
Sushant Gaurav -
keploy -
Nenepo -
Top comments (0)