How does ApplyOptions work
I have been looking through the examples that are on the sapphire github and they have this bit and everytime i use the applyoptions thing, it just doesnt work. I referred to chatGPT and it said that applyoptions only really works for methods and im really confused
Solution:Jump to solution
Check your TypeScript configuration (tsconfig.json) to ensure decorators are enabled. Ensure that the experimentalDecorators option is set to true.
2 Replies