mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 12:20:04 +00:00
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"extends": "@total-typescript/tsconfig/bundler/dom/library-monorepo",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
"@ui/*": ["./*"],
|
|
"@lib/*": ["../lib/*"],
|
|
"@hooks/*": ["../hooks/*"]
|
|
}
|
|
}
|
|
}
|