diff --git a/tsconfig.json b/tsconfig.json index e2bcb851953..b246fc2f4fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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/**"] }