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.
What Changed
Why
Refactor for TypeScript: FeatureFlag Component https://github.com/intuit/LD-React-Components/issues/35