Remix.run Logo
nurettin 4 days ago

I think they are confused by the tslint project, which is different than tsc and is not supported by Microsoft

LoganDark 4 days ago | parent | next [-]

I used tsc directly to develop https://github.com/LoganDark/waifu2x-unlimited. I have experience with tsc.

nine_k 4 days ago | parent | prev [-]

Or maybe even https://github.com/bloomberg/ts-blank-space

But I bet on swc, which is used by Deno internally, or on the Bun's built-in transpiler that does things similar to swc or ts-blank: they all assume that the code is semantically correct (not just syntactically valid) Typescript, and then just ignore the Typescript-specific bits.