UNPKG

@julr/tooling-configs

Version:

Shared tooling configs: TSConfig, OXC (oxlint + oxfmt)

6 lines 126 B
//#region src/cli/index.d.ts interface PromptResult { tools: ('tsconfig' | 'oxc')[]; } //#endregion export { PromptResult };