#Any tool that will complie my TS code to JS?
9 messages · Page 1 of 1 (latest)
are you using vscode?
Yup
you could use https://deno.land/x/[email protected]
just create a serve.ts file run with "deno run -A serve.ts build" and now you have it
9 messages · Page 1 of 1 (latest)
I have coded a website in typescript using Deno, but I want to convert it to JS code. I know the Deno runtime does it automatically for me but I want to convert my codebase permanently to JS. Is there any tool I can use to do that?
Also want to convert my vendor folder to JS
are you using vscode?
Yup
you could use https://deno.land/x/[email protected]
just create a serve.ts file run with "deno run -A serve.ts build" and now you have it