Files
porthole/apps/worker/tsconfig.json
OpenCode Test e1a64aa092 Initial commit
2025-12-24 10:50:10 -08:00

8 lines
161 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"types": ["bun-types"]
},
"include": ["src/**/*.ts", "../../packages/*/src/**/*.ts"]
}