constants.ts 201 B

123456
  1. export const REQUIRED_NODE_VERSION = '>=8.9.0';
  2. /**
  3. * The TypeScript version needs to pinned because minor versions often
  4. * introduce breaking changes.
  5. */
  6. export const TYPESCRIPT_VERSION = '3.7.5';