feature request: expose tsconfig.json
types in TypeScript files
#59261
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
π Search Terms
expose
tsconfig.json
types to developersβ Viability Checklist
β Suggestion
It'd be nice if TypeScript developers could enforce that an object is consistent with
tsconfig.json
.π Motivating Example
If you're creating a tool that initializes a project that uses TypeScript, you can ensure the
tsconfig.json
you're composing in your source code is valid.π» Use Cases
I'm building a tool that initializes a TypeScript project with other dependencies.
It'd be kind of nice if I could be 100% certain the
tsconfig.json
I'm composing in my source code is valid.In
.ts
source code, TypeScript doesn't verify if atsconfig.json
file being written to disk is valid or not.I'm copying over an existing
tsconfig.json
file from atemplate/
subdirectory.The text was updated successfully, but these errors were encountered: