mirror of
https://github.com/gianfrancopiana/openclaw-autoresearch.git
synced 2026-08-14 00:48:06 +00:00
22 lines
522 B
JSON
22 lines
522 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node", "vitest/globals"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"openclaw/plugin-sdk": ["./test/shims/openclaw-plugin-sdk-core.ts"],
|
|
"openclaw/plugin-sdk/core": ["./test/shims/openclaw-plugin-sdk-core.ts"]
|
|
}
|
|
},
|
|
"include": [
|
|
"index.ts",
|
|
"extensions/openclaw-autoresearch/**/*.ts",
|
|
"test/**/*.ts"
|
|
]
|
|
}
|