Files
Yishen Tu 19bb05000c fix: add early detection for missing Node.js when CLI requires it
Show a clear error message when the Claude CLI needs Node.js but Node is not found on PATH, instead of failing later with confusing spawn errors.
2026-01-25 15:54:56 +08:00

8 lines
114 B
JSON

{
"extends": "../tsconfig.jest.json",
"compilerOptions": {
"noEmit": true
},
"include": ["**/*.ts"]
}