mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-16 19:43:26 +00:00
8 lines
207 B
JSON
8 lines
207 B
JSON
{
|
|
"extends": "@repo/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["shadcn", "icons", "hooks", "components"]
|
|
}
|