get-tsconfig icon indicating copy to clipboard operation
get-tsconfig copied to clipboard

Align properties of `TsConfigJsonResolved` with TypeScript's `ParsedCommandLine`

Open JounQin opened this issue 1 year ago • 3 comments

See also ParsedCommandLine

https://github.com/microsoft/TypeScript/blob/fd3a84c3f0c80cb201c47399a055625f919a9b91/lib/typescriptServices.d.ts#L3168-L3178


I'd like to replace parsing tsconfig.json from TypeScript to get-config more seamlessly.

It would be a BREAKING CHANGE.

JounQin avatar Sep 02 '22 22:09 JounQin