Files
agent-bounty-protocol/packages/agent-sdk/tsconfig.json
OG T 0d4d694201
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
feat: add @vibework/agent-sdk foundation
2026-06-08 13:43:54 +08:00

17 lines
378 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationMap": true,
"outDir": "dist"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}