This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Paccus
paulcnova.dev
did:plc:q5bpqz5jnspgjlef4uww3fa3
I think going thru 'npx' could also be taking longer than just 'tsc' because 'npx' is a much larger program that has to figure out what youre asking for while 'tsc' is just the straightforward default compiler no middleman involved. You can get 'tsc' by using:
npm install -g typescript
2025-01-09T15:25:03.225Z