Skip to main content
Module

x/goober/ts-tests/tsconfig.json

πŸ₯œ goober, a less than 1KB πŸŽ‰ css-in-js alternative with a familiar API
Go to Latest
File
{ "compilerOptions": { "noEmit": true, "module": "esnext", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "alwaysStrict": true, "jsx": "react", "jsxFactory": "h" }, "include": [ "." ]}