feat: TUI client of goose-acp (#7362)

This commit is contained in:
Alex Hancock
2026-02-19 15:54:07 -05:00
committed by GitHub
parent 398bf8be8c
commit d4dfa5d311
15 changed files with 2343 additions and 87 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"resolveJsonModule": true
},
"include": ["src"]
}