-
Notifications
You must be signed in to change notification settings - Fork 14
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
add typings #1
Comments
Can you provide an example of how it would be used? |
They would support intellisense for typescript projects . An example project written in es6 and typed afterwards that I can think of is neo4j-javascript-driver. Have a look in types folder: also tsc configuration is in typings are configured in package.json with the entry: then people are able to load that in their typescript projects using: |
that's partially done here: |
Can you fork and create a pull request - thanks |
add typings either in definitely typed or this project
The text was updated successfully, but these errors were encountered: