build: use tsx instead of ts-node-esm

`ts-node-esm` v10.9.1 is not compatible with Node.JS v18.19.0.

(cherry picked from commit 4a7e4a3bcb)
This commit is contained in:
Alois Klink
2023-12-04 11:25:04 +00:00
committed by Alois Klink
parent 0643c71523
commit 41a9ac953a
6 changed files with 731 additions and 502 deletions

View File

@@ -6,6 +6,6 @@ export default {
// https://prettier.io/docs/en/cli.html#--cache
'prettier --write',
],
'cSpell.json': ['ts-node-esm scripts/fixCSpell.ts'],
'cSpell.json': ['tsx scripts/fixCSpell.ts'],
'**/*.jison': ['pnpm -w run lint:jison'],
};