UNPKG

shadcn-typography

Version:

This is a collection of typography components created off of the shadcn/ui website. The components are built using Tailwind CSS and React.

15 lines (14 loc) 951 B
{ "compilerOptions": { "rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */, "outDir": "./dist/" /* Redirect output structure to the directory. */, "declaration": true /* Generates corresponding '.d.ts' file. */, "target": "esnext" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, "module": "esnext" /* Specify what module code is generated. */, "moduleResolution": "node", "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */, "strict": true /* Enable all strict type-checking options. */, "skipLibCheck": true /* Skip type checking all .d.ts files. */, "jsx": "react" /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ } }