Other Issues
TypeScript Compilation Errors
We support TypeScript v5.x. If you have a compilation error and are on TypeScript 4 or lower, either upgrade to latest, or add an override to your package.json:
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
"dependencies": {
...
},
"overrides": {
"typescript": "5.2.0"
},
Was this page helpful?