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
gleamso -
Ndeye Fatou Diop -
Lithe -
Abdullah Bashir -
Top comments (0)