-
I've scaffolded out a basic project with "streamdeck create" and gotten the code to start compiling, but I get an error message when compiling. Below is an excerpt from the top of increment-counter.ts file created by streamdeck create.
The error returned by the typescript compiler is below. This must be a configuration problem, but can't find any guidance anywhere. Any ideas would be welcomed!
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi Tom, apologies for the delay — so we can best help with your issue, it would be good to know a bit more about which versions you're running locally. Specifically, it would be good to know:
|
Beta Was this translation helpful? Give feedback.
-
No worries- Thanks for getting back to me. I'm excited to get this working! Node version: v22.9.0 |
Beta Was this translation helpful? Give feedback.
ah, I think I've found the issue — could I ask you to remove
"experimentalDecorators": true
from your tsconfig and try again 🤞