supermemory/packages/tools/tsconfig.json
CodeWithShreyans cae7051d1a
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
feat: new tools package (#407)
2025-09-02 23:11:19 +00:00

12 lines
229 B
JSON

{
"extends": "@total-typescript/tsconfig/bundler/dom/library-monorepo",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"@lib/*": ["../lib/*"]
},
"declaration": true,
"declarationMap": true
}
}