Use ts extension instead of tsx

This commit is contained in:
Tat Dat Duong
2025-03-07 14:46:49 +01:00
parent 4dc0b511c9
commit cb27e5eb4b
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"node_version": "20",
"graphs": {
"agent": "./agent/agent.tsx:graph"
"agent": "./agent/agent.ts:graph"
},
"ui": {
"agent": "./agent/uis/index.tsx"