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
Ahmed Rakan -
Prince -
Crypto.Andy (DEV) -
A0mineTV -
Top comments (0)