This commit is contained in:
Sky
2026-02-04 11:35:08 +00:00
commit 84305e82e5
11 changed files with 735 additions and 0 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "Node16",
"strict": true,
"noEmit": true
},
"include": ["agent/**/*.ts"]
}