mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 01:31:08 +00:00
perf: trim tsgo input graph
This commit is contained in:
@@ -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/**"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user