UNPKG

semantic-styled-ui

Version:

Set of UI components based of Semantic UI with Styled Components

11 lines (10 loc) 236 B
{ "compilerOptions": { "checkJs": false, "moduleResolution": "node", "jsx": "react", "target": "esnext" }, "include": ["**/*.ts", "**/*.js", "**/*.jsx"], "exclude": ["node_modules", "dist", "storybook-static"] }