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

Update Typescript declarations file #39

Merged
merged 1 commit into from
Jul 16, 2019
Merged

Update Typescript declarations file #39

merged 1 commit into from
Jul 16, 2019

Conversation

hijarian
Copy link
Contributor

If my project is based on latest TypeScript and I use isbot, then building with tsc gives me the error ts1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.

The issue is explained perfectly well in this SO question: https://stackoverflow.com/q/17635033/647199

This fix satisfies the new requirements of TypeScript.

If my project is based on latest TypeScript and I use isbot, then building with `tsc` gives me the error ts1046: `Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.`

The issue is explained perfectly well in this SO question: https://stackoverflow.com/q/17635033/647199

This fix satisfies the new requirements of TypeScript.
@gorangajic gorangajic merged commit f7e0424 into omrilotan:master Jul 16, 2019
@gorangajic
Copy link
Collaborator

Thank you

@hijarian hijarian deleted the patch-1 branch July 16, 2019 10:32
@hijarian
Copy link
Contributor Author

@gorangajic Amazing! Thank you for such a fast feedback.

@chinesedfan chinesedfan mentioned this pull request Sep 9, 2019
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.

2 participants