This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
token-gated-economy/tsconfig.json

23 lines
355 B
JSON
Raw Normal View History

2026-03-13 23:21:55 +00:00
{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": [
{
"path": "./lib/db"
},
{
"path": "./lib/api-zod"
},
{
"path": "./lib/integrations-anthropic-ai"
},
{
"path": "./lib/integrations-gemini-ai"
},
{
"path": "./artifacts/api-server"
2026-03-13 23:21:55 +00:00
}
]
}