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

Exporting typescript types in dist #3

Merged
merged 13 commits into from
Oct 30, 2018
Merged

Exporting typescript types in dist #3

merged 13 commits into from
Oct 30, 2018

Conversation

CDimonaco
Copy link
Contributor

CHANGES

  • Extracted types from source code
  • Better organization of types
  • Exporting types from each module in the index.ts
  • Main index.ts export '*' from each module, including types
  • Removed path alias from tsconfig configuration, we switched back to relative paths instead of absolute
  • Add in tsconfig the option to emit declaration files in the dist directory

@CDimonaco CDimonaco added the enhancement New feature or request label Oct 30, 2018
@CDimonaco CDimonaco requested a review from sciamp October 30, 2018 10:17
package.json Outdated
"devDependencies": {
"@types/jest": "^23.3.8",
"@types/uuid": "^3.4.4",
"awesome-typescript-loader": "^5.2.1",
"coveralls": "^3.0.2",
"jest": "^23.6.0",
"redux": "^4.0.1",
"source-map-loader": "^0.2.4",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mistake, i removed two lines instead of one.

@CDimonaco CDimonaco merged commit 2eef813 into master Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant