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
23 lines • 448 B
JSON
{
"compilerOptions": {
"target": "ES2019",
"lib": [
"DOM"
],
"jsx": "react",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"allowJs": true,
"checkJs": true,
"maxNodeModuleJsDepth": 0,
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": [
"./typeTest.tsx",
"./cssPropTest.tsx"
],
}