UNPKG
coding-agent
Version:
alpha (1.1.0-alpha.0)
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.1.0-alpha.0
1.0.1
An AI coding agent using @agenite framework
coding-agent
/
tsconfig.json
9 lines
(8 loc)
•
179 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"
@repo
/typescript-config/agenite.json"
,
"compilerOptions"
: {
"outDir"
:
"dist"
, },
"include"
: [
"src"
,
"examples"
],
"exclude"
: [
"node_modules"
,
"dist"
] }