@pastel-palette/colors
Version:
Core color definitions package for the UI Color System, featuring OKLCH color space support, TypeScript types, and a kawaii aesthetic.
25 lines • 403 B
JSON
{
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
},
"allowJs": true,
"esModuleInterop": true,
"jsx": "react-native",
"lib": [
"ESNext"
],
"moduleResolution": "node",
"noEmit": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"target": "ESNext"
},
"include": [
"**/*.ts",
"**/*.tsx"
]
}