Kamas "Iceberg" Lau
Kamas "Iceberg" Lau
@jpickwell , roger that, although providing ready-to-use validators might be easier to apply.
VSC settings.json contents are: { "standard.autoFixOnSave": true, "standard.enableGlobally": true, "standard.engine": "ts-standard", "standard.run": "onSave", "standard.treatErrorsAsWarnings": true, }
The problem still remains in Node.js v20.8.1,and the work arround `node --loader ts-node/esm src/app.ts` could work, with the following warning outputs: ``` (node:42788) ExperimentalWarning: `--experimental-loader` may be removed in the...