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

Add configuration for Typescript support on Storybook, build and Jest #40

Merged
merged 1 commit into from
Oct 4, 2019

Commits on Oct 4, 2019

  1. Add configuration for Typescript support on Storybook, build and Jest

    * Create new tsconfig.json file with the basic configuration to transpile tscode.
    * Create a typescript.tsx file under FeatureFlag directory to parse the code from js to typescript.
    * Update the current imported file on FeatureFlag.stories.jsx from index.js to typescript.tsx in order to test if storybook configuration is working fine.
    * Add missing dependencies to package.json related to Typescript, tsjest and storybook typescript plugins.
    josediego committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    4b16e9e View commit details
    Browse the repository at this point in the history