Initial commit

This commit is contained in:
larley
2025-10-10 14:49:19 +02:00
commit b0d0b499c8
7 changed files with 13664 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ES2019",
"module": "ESNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["agent/**/*.ts"]
}