4.0.5 • Published 3 months ago

tsconfig-utils v4.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

tsconfig-utils

npm

A collection of utilities for working with tsconfig.json files.

Usage

import { load } from 'tsconfig-utils'

// load a tsconfig.json file,
// resolving "extends" fields recursively
const config = await load('/path/to/project')

config.get('noEmit') // false

// load with additional args
// args will take precedence over tsconfig files
const config = await load(process.cwd(), [
  '-p', 'tsconfig.base.json',
  '--noEmit',
])

config.get('noEmit') // true
4.0.5

3 months ago

4.0.4

3 months ago

4.0.1

4 months ago

4.0.0

4 months ago

4.0.3

4 months ago

4.0.2

4 months ago

3.1.3

11 months ago

3.1.2

11 months ago

3.1.1

11 months ago

3.1.0

11 months ago

3.0.0

1 year ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago