Search
Get Started
S-IaF
Sapphire - Imagine a Framework
•
3y ago
Zaffrit
Decorators issue
Never used decorators
, so I can
't tell the reason why this is an issue
Solution
I solved it by adding
"target": "ES2016"
"target": "ES2016"
in
tsconfig.json
tsconfig.json
Jump to solution
Sapphire - Imagine a Framework
Join
Sapphire is a next-gen object-oriented Discord.js bot framework.
2,277
Members
View on Discord
Was this page helpful?
Yes
No
Solution
Z
Zaffrit
•
11/27/23, 4:49 PM
I solved it by adding
"target": "ES2016"
"target": "ES2016"
in
tsconfig.json
tsconfig.json
Z
Zaffrit
I solved it by adding `"target": "ES2016"` in `tsconfig.json`
F
Favna
•
11/27/23, 6:38 PM
Add experimental decorators option instead
.
K
kyra
•
11/27/23, 8:38 PM
You should target a much newer version too
, or you
'll miss out on a lot of features