Higher code editor typings pack limits
September 8, 2026 · release
Typecheck and compile in the dashboard Code tab collect dependency .d.ts files into a JSON typings pack for Monaco IntelliSense. We raised the per-plan caps so larger dependency trees fit without hitting the limit as often.
New limits
| Plan | Typings pack | | ------------------- | ------------ | | Free | 10 MB | | Budget / Budget+ | 25 MB | | Advanced / Ultimate | 50 MB |
These caps apply to the stored typings JSON only — not your saved source files and not compiled agent.js. Source size limits are unchanged.
The subscriptions comparison on pricing includes a Code editor typings pack row alongside Code editor source size.
Try it
- Open the VoiceThere dashboard and a project → Code tab.
- Add npm dependencies in
package.json, Save, then Typecheck or Compile.
- Docs: Dashboard code editor