UNPKG

@kaspersky/dev-tools

Version:

Development tools and configs for Babel, ESLint and TypeScript

11 lines (8 loc) 196 B
const version = process.version let NODE_OPTIONS = '' if (version > 'v15') { NODE_OPTIONS = '--openssl-legacy-provider --no-experimental-fetch' } module.exports = { NODE_OPTIONS }