Files
tab-bot/packages/agent/tsconfig.json
T
2026-09-06 19:10:40 -04:00

8 lines
123 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"lib": ["ES2022", "DOM"]
},
"include": ["src"]
}