.cjs.cjs in order for Deno to know that they're CommonJS..js.js files as CommonJS and all .ts.ts files as ESM modules?SWCRC=true deno -r @swc-node/register server.jsSWCRC=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 classexport abstract class and simple decorators (Unexpected token '@'.Unexpected token '@'.).deno 2.3.7deno 2.3.7 and typescript 5.8.3typescript 5.8.3Join the Discord to continue the conversation