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

Generate type definitions at build time #4

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Feb 23, 2019

  1. Install rollup-plugin-typescript2 package.

    `yarn add --dev rollup-plugin-typescript2`
    sakai-akinobu committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    7e64a0d View commit details
    Browse the repository at this point in the history
  2. Upgrade to [email protected].

    `yarn upgrade rollup@^0.68.2`
    sakai-akinobu committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    49c3f9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96c5994 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75f1d2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de6b4c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba67020 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bf6236 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b3f4ec0 View commit details
    Browse the repository at this point in the history
  9. Uninstall rollup-plugin-typescript package.

    `yarn remove rollup-plugin-typescript`
    sakai-akinobu committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    78c80c5 View commit details
    Browse the repository at this point in the history
  10. Exports types.

    sakai-akinobu committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    2f77c25 View commit details
    Browse the repository at this point in the history