UNPKG

@gentleduck/variants

Version:

A package for creating variants of components, providing a simple and efficient way to create variants of components.

19 lines (18 loc) 412 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "baseUrl": ".", "incremental": false, "jsx": "react-jsx", "lib": ["ES2022", "dom", "dom.iterable"], "module": "preserve", "moduleResolution": "bundler", "outDir": "./dist", "paths": { "~/*": ["./src/*"] }, "rootDir": "./" }, "exclude": ["node_modules", "dist"], "include": ["."] }