Guardian-Agent / tsconfig.json
subisfoodandtas
Add dark pattern detection and reporting features to the Guardian Agent
2211d3a
Raw
History Blame Contribute Delete
297 Bytes
{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": [
{
"path": "./lib/db"
},
{
"path": "./lib/api-client-react"
},
{
"path": "./lib/api-zod"
},
{
"path": "./lib/integrations-anthropic-ai"
}
]
}