.cjs in order for Deno to know that they're CommonJS..js files as CommonJS and all .ts files as ESM modules?SWCRC=true deno -r @swc-node/register server.js, which transpiles all ESM to commonjs before running) but it's yielding some weird syntax errors, like not recognizing export abstract class and simple decorators (Unexpected token '@'.).deno 2.3.7 and typescript 5.8.3