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

Meta: Add validation check to ensure all files in source directory use .d.ts extension #261

Closed
sindresorhus opened this issue Sep 10, 2021 · 1 comment · Fixed by #264
Closed
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@sindresorhus
Copy link
Owner

It's easy to forget the .d and make it .ts.

Should be a Node.js script that is run when testing:

"test": "xo && tsd && tsc"

@sindresorhus sindresorhus added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 10, 2021
@wafuwafu13
Copy link
Contributor

I'm trying this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants