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