caoge c760052ff9 机车状态修改 | 8 months ago | |
---|---|---|
.. | ||
dist | 8 months ago | |
node_modules | 8 months ago | |
LICENSE | 8 months ago | |
README.md | 8 months ago | |
package.json | 8 months 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