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
Top comments (0)