Skip to content

Commit

Permalink
feat(ts): re-export @flex-development/tsconfig-types
Browse files Browse the repository at this point in the history
- https://github.com/flex-development/tsconfig-types

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Feb 7, 2023
1 parent fa56fed commit e4efd39
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Utilities for working with [`tsconfig`][1] files
- [`resolvePaths(code, options)`](#resolvepathscode-options)
- [Types](#types)
- [Interfaces](#interfaces)
- [`tsconfig-types`](#tsconfig-types)
- [Related](#related)
- [Contribute](#contribute)

Expand Down Expand Up @@ -418,10 +419,15 @@ This package is fully typed with [TypeScript][20].
- [`LoadTsconfigOptions`](src/interfaces/options-load-tsconfig.ts)
- [`ResolvePathsOptions`](src/interfaces/options-resolve-paths.ts)

### `tsconfig-types`

This package re-exports TypeScript definitions from [`tsconfig-types`][21]. This is primarily for the convenience of
TypeScript users who do not hoist packages, but may need to `import` definitions used in this package.

## Related

- [`mlly`][21] &mdash; [ECMAScript module][22] utilities
- [`tsconfig-types`][23] &mdash; [TypeScript][20] definitions for `tsconfig.json`
- [`mlly`][22] &mdash; [ECMAScript module][23] utilities
- [`tsconfig-types`][21] &mdash; [TypeScript][20] definitions for `tsconfig.json`

## Contribute

Expand All @@ -447,6 +453,6 @@ See [`CONTRIBUTING.md`](CONTRIBUTING.md).
[18]: https://www.typescriptlang.org/tsconfig#newLine
[19]: https://www.typescriptlang.org/tsconfig#target
[20]: https://www.typescriptlang.org
[21]: https://github.com/flex-development/mlly
[22]: https://nodejs.org/api/esm.html
[23]: https://github.com/flex-development/tsconfig-types
[21]: https://github.com/flex-development/tsconfig-types
[22]: https://github.com/flex-development/mlly
[23]: https://nodejs.org/api/esm.html
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
* @module tsconfig-utils
*/

export * from '@flex-development/tsconfig-types'
export * from './interfaces'
export * from './utils'

0 comments on commit e4efd39

Please sign in to comment.