mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"openclaw": ["./src/index.ts"],
|
|
"openclaw/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*", "extensions/**/*", "packages/**/*"]
|
|
}
|