19bb05000c
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.
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"extends": "../tsconfig.jest.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|