Decorators issue

Never used decorators, so I can't tell the reason why this is an issue
No description
Solution:
I solved it by adding "target": "ES2016" in tsconfig.json
Jump to solution
3 Replies
Solution
Zaffrit
Zaffrit15mo ago
I solved it by adding "target": "ES2016" in tsconfig.json
Favna
Favna15mo ago
Add experimental decorators option instead.
kyra
kyra15mo ago
You should target a much newer version too, or you'll miss out on a lot of features

Did you find this page helpful?