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

Create declaration files with typescript #128

Merged
merged 3 commits into from
Apr 28, 2019

Conversation

zoltanbedi
Copy link
Contributor

@zoltanbedi zoltanbedi commented Mar 26, 2019

What I did in this pr

  • removed index.d.ts file from root and from package.json
  • changed createSerializableStateInvariantMiddleware to named export
  • added a typings.ts file with the reexports and the package files. This can be used as a typing file when built with typescript
  • changed the tsconfig.json to emit declaration files only for files under src

Fixes #125

@netlify
Copy link

netlify bot commented Mar 26, 2019

Deploy preview for redux-starter-kit-docs ready!

Built with commit 32ccb5d

https://deploy-preview-128--redux-starter-kit-docs.netlify.com

@markerikson
Copy link
Collaborator

Seems reasonable to me. Thanks!

@markerikson markerikson merged commit ae1b8a5 into reduxjs:master Apr 28, 2019
markerikson pushed a commit that referenced this pull request Apr 20, 2021
* docs: update comparison (#103)

Adds "declarative" as an option for API definition for React Query. With v3, you can now configure all of your queries and mutations up front before calling them.

* Add algolia config (#126)

* use authorization instead of authentication (#128)

* run tests on PRs

* Link directly to #redux on Reactiflux (#127)

Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>

Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>
Co-authored-by: Nick McCurdy <nick@nickmccurdy.com>
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.

Error in typescript with project references
2 participants