supermemory/packages/ui/tsconfig.json
2025-08-16 18:50:10 -07:00

13 lines
254 B
JSON

{
"extends": "@total-typescript/tsconfig/bundler/dom/library-monorepo",
"compilerOptions": {
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"@ui/*": ["./*"],
"@lib/*": ["../lib/*"],
"@hooks/*": ["../hooks/*"]
}
}
}