Files
brave-core/tsconfig-jest.json
T
Pete Miller e56029c716 AI Chat: show web sources that were used via search to generate the response (#24560)
* AI Chat: show web sources that were used (normally via web search) to generate the response
* Persist WebSource events
* include upstream's sanitized_image_source in android builds
* database gets AssertLongCPUWorkAllowed();
2025-02-09 17:12:40 -08:00

9 lines
134 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"esModuleInterop": true
}
}