SyntaxFix
Write A Post
Hire A Developer
Questions
Add following lines in tsconfig.json and restart VS Code.
{ "compilerOptions": { "experimentalDecorators": true, "target": "es5", "allowJs": true } }