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
Sammy Barasa -
Atsushi Suzuki -
Peter Strøiman -
Carrie -
Top comments (0)