I suck at web dev so I just wanna ask
is there some way to write Typescript without using builders or webpacks or whatever?
I mostly just want to specify an interface that adheres to an API, so that I wouldn't accidentally call it with wrong parameters or incorrectly parse it, cus testing that manually is annoying and scope of the project is so small that I don't feel like its worth it to make automatic tests for this