Skip to content
New issue

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

Custom typings #56

Closed
xgenem opened this issue Mar 24, 2023 · 2 comments
Closed

Custom typings #56

xgenem opened this issue Mar 24, 2023 · 2 comments

Comments

@xgenem
Copy link

xgenem commented Mar 24, 2023

I have src/customTypings and added it on my tsconfig file. But somehow tsc-files doesn't seem to see it?

@xgenem
Copy link
Author

xgenem commented Mar 24, 2023

Seems like the only solution is to pass the custom typings files in the command itself

tsc-files --noEmit src/customTypings/types.d.ts src/customTypings/foo.d.ts

I tried */*.d.ts didn't work.

@gustavopch
Copy link
Owner

You'll find information and workarounds for it here: #20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants