mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 06:31:11 +00:00
perf: trim tsgo input graph
This commit is contained in:
parent
3522224b25
commit
407da8edfc
1 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"target": "es2023",
|
||||
"types": ["node"],
|
||||
"useDefineForClassFields": false,
|
||||
"paths": {
|
||||
"openclaw/extension-api": ["./src/extensionAPI.ts"],
|
||||
|
|
@ -28,5 +29,5 @@
|
|||
}
|
||||
},
|
||||
"include": ["src/**/*", "ui/**/*", "extensions/**/*", "packages/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"exclude": ["node_modules", "dist", "**/dist/**"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue