If Node is your backend then JS is what you need to use. Whether directly or via Typescript.
JS is just the language. Avoiding JS on the front end is more about avoiding front end code, state management, mutations, a11y issues, frameworks etc. rather than the JS language itself!