Revert "Replace esno & ts-node with tsx"

This reverts commit 75337287ea.
This commit is contained in:
Sidharth Vinod
2023-05-08 22:08:11 +05:30
parent b27d018c09
commit 3677d44a58
5 changed files with 28 additions and 17 deletions

View File

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