We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc47c6 commit ef9f5a8Copy full SHA for ef9f5a8
1 file changed
AGENTS.md
@@ -5,7 +5,7 @@
5
```shell
6
npm install # setup (requires Node.js ≥ 22 for `node --run`)
7
node --run build # library → lib/
8
-node --run typecheck # tsc --build
+node --run typecheck # tsgo --build
9
node --run eslint # eslint --max-warnings 0
10
node --run eslint:fix # eslint --fix
11
node --run format # oxfmt
0 commit comments