[READ-ONLY] Mirror of https://github.com/danielroe/postcss-capsize. PostCSS plugin to inject Capsize font metrics
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: lint tsconfig

Daniel Roe (Jul 13, 2026, 11:00 PM +0100) 164fcf7e d0c6087c

+2 -2
+2 -2
tsconfig.json
··· 5 5 "module": "esnext", 6 6 "moduleResolution": "bundler", 7 7 "strict": true, 8 - "skipLibCheck": true, 9 - "noEmit": true 8 + "noEmit": true, 9 + "skipLibCheck": true 10 10 }, 11 11 "exclude": ["dist"] 12 12 }