Files
spoon/apps/agent-worker/tsconfig.json
T
Gabriel Brown 2dfa97ee4f
Build and Push Next App / quality (push) Failing after 48s
Build and Push Next App / build-next (push) Has been skipped
Add agent workflows & stuff
2026-06-21 21:15:15 -05:00

10 lines
218 B
JSON

{
"extends": "@spoon/tsconfig/base.json",
"compilerOptions": {
"lib": ["ES2022", "DOM"],
"types": ["node"]
},
"include": ["src", "eslint.config.ts", "vitest.config.ts"],
"exclude": ["node_modules"]
}