Files
openclaw/extensions/llm-task/tsconfig.json
2026-04-07 08:10:00 +01:00

9 lines
214 B
JSON

{
"extends": "../tsconfig.package-boundary.base.json",
"compilerOptions": {
"rootDir": "."
},
"include": ["./*.ts", "./src/**/*.ts"],
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
}