Back to Styled Components

Typescript Plugin

sections/tooling/typescript-plugin.mdx

latest673 B
Original Source

TypeScript Plugin

typescript-plugin-styled-components is a plugin for TypeScript that gives you a nicer debugging experience.

⚠️ TypeScript does not allow to use any plugin or transformer directly from the command line compiler tsc. So the plugin only works with build toolchains such as webpack with one of TypeScript loaders. There's an open issue to bring plugins to tsc though if you want to upvote it!

Please refer to the project's GitHub repo for documentation.