peach a19a732be8 commit message | 2 years ago | |
---|---|---|
.. | ||
dist | 2 years ago | |
node_modules | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
package.json | 2 years ago |
Resolve and parse tsconfig.json
, replicating TypeScript's behaviour.
See the TypeScript docs for information on setting up tsconfig.json
.
tsconfig.json
, like TypeScript, allowing a path to be specified and falling back to recursively resolving tsconfig.json
upward when no path is specified.
resolve
.tsconfig.json
upward.
find
.tsconfig.json
.load
.tsconfig.json
(strip BOM, parse JSON and support empty contents).
readFile
.tsconfig.json
(strip BOM, parse JSON and support empty contents).Feel free to open issues for discussion.
# Install dependencies/typings.
npm install
# Run test suite.
npm test
MIT License