We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./src/types.ts
Per #451, for TypeScript generated CLIs, I'd like to add a ./src/types.ts file that you export your public-facing types from, plus these:
tsconfig.json:
"compilerOptions": { "declaration": true, "declarationDir": "build/types",
package.json:
"types": "build/types/types.d.ts",
The text was updated successfully, but these errors were encountered:
Hey! Put up a PR for this. Let me know if this is what you're looking for, I'm happy to revise.
Sorry, something went wrong.
No branches or pull requests
Per #451, for TypeScript generated CLIs, I'd like to add a
./src/types.ts
file that you export your public-facing types from, plus these:tsconfig.json:
package.json:
The text was updated successfully, but these errors were encountered: