supermemory/packages/ui/tsconfig.json
2024-07-22 19:32:21 -07:00

8 lines
214 B
JSON

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