We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42deaa commit a272e10Copy full SHA for a272e10
packages/cli/package.json
@@ -2,6 +2,9 @@
2
"name": "@tsslint/cli",
3
"version": "2.0.6",
4
"license": "MIT",
5
+ "engines": {
6
+ "node": ">=22"
7
+ },
8
"bin": {
9
"tsslint": "./bin/tsslint.js"
10
},
0 commit comments