UNPKG

@kaspersky/dev-tools

Version:

Development tools and configs for Babel, ESLint and TypeScript

10 lines (9 loc) 206 B
"use strict"; const version = process.version; let NODE_OPTIONS = ''; if (version > 'v15') { NODE_OPTIONS = '--openssl-legacy-provider --no-experimental-fetch'; } module.exports = { NODE_OPTIONS };