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