Help configuring tsconfig.json

I need help from someone with knowledge about Typescript and typescript configuration.

I have long been working on the room script feature for the game, and the first version is all but finished!
To simplify development of room scripts, I thought I’d set up a simple GitHub repository to allow some local editing and compiling, since I will initially not provide any fancy script editor. And why use a crappy online editor when you can have a nice local IDE like VSCode, right?

Aaanyway!
I ran into problems.
I can’t get VSCode/Typescript to resolve my new types (and I’ve spent far too long trying to solve it).

So, if anyone of you are skilled in this, please, see my Stackoverflow question:

Thanks!

1 Like

Phew. After a lot of trial and error, I got it to work.
I posted an answer to my own Stackoverflow question.

3 Likes