next-yak
Version:
next-yak is a CSS-in-JS solution tailored for Next.js that seamlessly combines the expressive power of styled-components syntax with efficient build-time extraction of CSS using Next.js's built-in CSS configuration
19 lines (18 loc) • 388 B
JSON
{
"compilerOptions": {
"target": "ES2019",
"lib": ["DOM"],
"types": ["node"],
"jsx": "react",
"moduleResolution": "bundler",
"allowJs": true,
"checkJs": true,
"maxNodeModuleJsDepth": 0,
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["./*"]
}