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

Emit type declaration file and use it for "types" field in package.json #1

Merged
merged 2 commits into from
Nov 1, 2018

Conversation

rhuitl
Copy link
Contributor

@rhuitl rhuitl commented Oct 27, 2018

As @timocov pointed out on timocov/dts-bundle-generator#53, the package.json file of this project references "Signal.ts", which contains both TypeScript declarations and definitions. The file should however only contain the declarations. This pull request makes TS create a Signal.d.ts file and it fixes compilation with TypeScript 2.9.2.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 2bd8016 on rhuitl:type-declaration into 232a11f on Lusito:develop.

@Lusito Lusito merged commit d72c179 into Lusito:develop Nov 1, 2018
@rhuitl rhuitl deleted the type-declaration branch November 1, 2018 12:47
@Lusito
Copy link
Owner

Lusito commented Nov 1, 2018

Thanks!
Will add some things and then release a new version.

@Lusito
Copy link
Owner

Lusito commented Nov 1, 2018

New version has just been released.

@rhuitl
Copy link
Contributor Author

rhuitl commented Nov 1, 2018

Perfect, thanks! Tested it and works 👍

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

Successfully merging this pull request may close these issues.

3 participants