diff --git a/apps/agent/tsconfig.json b/apps/agent/tsconfig.json index 4845a354..a39e28eb 100644 --- a/apps/agent/tsconfig.json +++ b/apps/agent/tsconfig.json @@ -2,11 +2,12 @@ "compilerOptions": { "plugins": [{ "name": "@effect/language-service" }], // Environment setup & latest features - "lib": ["ESNext"], + "lib": ["DOM", "ESNext"], "target": "ESNext", "module": "Preserve", "moduleDetection": "force", "jsx": "react-jsx", + "types": ["bun", "node"], "allowJs": true, // Bundler mode