mirror of
https://github.com/openclaw/lobster.git
synced 2026-08-14 08:52:48 +00:00
6 lines
109 B
JSON
6 lines
109 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["dist", "node_modules", "test"]
|
|
}
|