mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*.test.ts", "extensions/**/*.test.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|