supermemory/packages/ui/tsconfig.json
2024-05-26 22:21:43 -05:00

8 lines
207 B
JSON

{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist"
},
"exclude": ["node_modules", "dist"],
"include": ["shadcn", "icons", "hooks", "components"]
}