-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
How should type definition files be used? #56
Labels
bug
A confirmed bug
Comments
@sakamossan Sorry about that 💔! You are right it is a problem! |
sakamossan
added a commit
to sakamossan/simple-mask-money
that referenced
this issue
Aug 18, 2023
Merged
Thank you for your response. I've created a pull request. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to use the type definition files because there is a
types
directory, but thetypes
directory and its contents are not included in the npm package (fetched bynpm install
). Additionally, the type definition files are also not included in the GitHub releases. It doesn't seem to be specified in the.npmignore
file, but how are the type definition files intended to be used and committed?when I directly run tsc on
types/simple-mask-money.d.ts
, there are some compilation errors. It seems that some modifications are necessary to use it with the latest version of TypeScript.ref
The text was updated successfully, but these errors were encountered: