mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 03:56:18 +00:00
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"extends": "@total-typescript/tsconfig/bundler/no-dom/library-monorepo",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
}
|
|
}
|