Follow-up to #913.
The documentation has been restructured to consolidate technical requirements (TypeScript version, module resolution, and runtime compatibility) into the docsite.
This issue tracks adding automated checks to the @arkenv/cli to verify these requirements during arkenv init:
- Verify TypeScript version is >= 5.1
- Verify moduleResolution is set to bundler, node16, or nodenext (or inferred correctly from module)
- Check for strict: true in tsconfig.json
Once implemented, the Compatibility section in the manual installation docs can be further streamlined.
Follow-up to #913.
The documentation has been restructured to consolidate technical requirements (TypeScript version, module resolution, and runtime compatibility) into the docsite.
This issue tracks adding automated checks to the @arkenv/cli to verify these requirements during arkenv init:
Once implemented, the Compatibility section in the manual installation docs can be further streamlined.