mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-05 00:12:54 +00:00
* refactor: extract model catalog core package * refactor: route model catalog imports through package boundary * build: include model catalog in plugin sdk package dts * fix: preserve static fallback model metadata
9 lines
137 B
JSON
9 lines
137 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|