ts-json-schema-generator icon indicating copy to clipboard operation
ts-json-schema-generator copied to clipboard

fix: resolve tsconfig from cwd

Open domoritz opened this issue 4 years ago • 1 comments

📦 Published PR as canary version: 0.96.1--canary.979.fe4869a.0

:sparkles: Test out this PR locally via:

npm install [email protected]
# or 
yarn add [email protected]

domoritz avatar Oct 07 '21 02:10 domoritz

This might be an issue related to process.cwd() in node. https://github.com/nodejs/node/issues/8237

crobinson42 avatar Jan 12 '22 04:01 crobinson42