fix: add rootDir and types to tsconfig.json to resolve TS5011 build error

Agent-Logs-Url: https://github.com/marocchino/sticky-pull-request-comment/sessions/c726777d-ddec-4ced-8af3-0bafb048ce2f

Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-05 07:34:20 +00:00 committed by GitHub
parent 6ef1707d4b
commit c4fbe28317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 546 additions and 0 deletions

View file

@ -15,6 +15,8 @@
"noUnusedLocals": true,
"noUnusedParameters": false,
"outDir": "./dist",
"rootDir": "./src",
"types": ["node"],
"pretty": true,
"resolveJsonModule": true,
"strict": true,