mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 04:28:58 +02:00
20 lines
451 B
JSON
20 lines
451 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": ".artifacts/tsgo-cache/extensions.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.d.ts", "ui/src/**/*.d.ts", "extensions/**/*"],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"**/dist/**",
|
|
"**/*.test.ts",
|
|
"**/*.test.tsx",
|
|
"**/*test-helpers.ts",
|
|
"**/*test-harness.ts",
|
|
"**/*test-support.ts",
|
|
"extensions/**/src/test-support/**",
|
|
"test/**"
|
|
]
|
|
}
|