Skip to content

Instantly share code, notes, and snippets.

@mujsdev
Created December 10, 2022 21:43
Show Gist options
  • Save mujsdev/553aaff8cffaf7e551bfaf9d7d8f08dd to your computer and use it in GitHub Desktop.
Save mujsdev/553aaff8cffaf7e551bfaf9d7d8f08dd to your computer and use it in GitHub Desktop.
tsconfig.json for Storybook
{
"compilerOptions": {
"target": "es5",
"module": "ES6",
"jsx": "react",
"outDir": "./dist",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment