@@ -20,8 +20,9 @@ Utilities for working with [`tsconfig`][tsconfig] files
2020- [ Use] ( #use )
2121- [ API] ( #api )
2222- [ Types] ( #types )
23- - [ Interfaces] ( #interfaces )
2423 - [ ` tsconfig-types ` ] ( #tsconfig-types )
24+ - [ Interfaces] ( #interfaces )
25+ - [ Types] ( #types )
2526- [ Related] ( #related )
2627- [ Contribute] ( #contribute )
2728
@@ -81,6 +82,7 @@ import {
8182
8283This package exports the following identifiers:
8384
85+ - [ ` createGetCanonicalFileName ` ] ( ./src/lib/create-get-canonical-file-name.mts )
8486- [ ` createModuleResolutionHost ` ] ( ./src/lib/create-module-resolution-host.mts )
8587- [ ` createParseConfigHost ` ] ( ./src/lib/create-parse-config-host.mts )
8688- [ ` isResolvedTsconfig ` ] ( ./src/lib/is-resolved-tsconfig.mts )
@@ -96,6 +98,11 @@ There is no default export.
9698
9799This package is fully typed with [ TypeScript] [ ] .
98100
101+ ### ` tsconfig-types `
102+
103+ This package re-exports TypeScript definitions from [ ` tsconfig-types ` ] [ tsconfig-types ] . This is primarily for the
104+ convenience of TypeScript users who do not hoist packages, but may need to ` import ` definitions used in this package.
105+
99106### Interfaces
100107
101108- [ ` FileSystem ` ] ( ./src/interfaces/file-system.mts )
@@ -109,10 +116,9 @@ This package is fully typed with [TypeScript][].
109116- [ ` ResolvedTsconfig ` ] ( ./src/interfaces/options-resolve-path.mts )
110117- [ ` TsconfigHost ` ] ( ./src/interfaces/tsconfig-host.mts )
111118
112- ### ` tsconfig-types `
119+ ### Types
113120
114- This package re-exports TypeScript definitions from [ ` tsconfig-types ` ] [ tsconfig-types ] . This is primarily for the
115- convenience of TypeScript users who do not hoist packages, but may need to ` import ` definitions used in this package.
121+ - [ ` GetCanonicalFileName ` ] ( ./src/types/get-canonical-file-name.mts )
116122
117123## Related
118124
0 commit comments