subisfoodandtas
Add dark pattern detection and reporting features to the Guardian Agent
2211d3a
Raw
History Blame Contribute Delete
336 Bytes
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"types": ["node"]
},
"include": ["src"],
"references": [
{
"path": "../../lib/db"
},
{
"path": "../../lib/api-zod"
},
{
"path": "../../lib/integrations-anthropic-ai"
}
]
}