mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
9 lines
214 B
JSON
9 lines
214 B
JSON
{
|
|
"extends": "../tsconfig.package-boundary.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "."
|
|
},
|
|
"include": ["./*.ts", "./src/**/*.ts"],
|
|
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
|
}
|