0.0.6 • Published 2 years ago

parsed-tsconfig v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

parsed-tsconfig

Get the configuration of tsconfig in node.

Install

Using npm:

npm install parsed-tsconfig

Using yarn:

yarn add parsed-tsconfig

Usage

const { getParsedTSConfig } = require('parsed-tsconfig');

const { options } = getParsedTSConfig();
console.log(options); // CompilerOptions