UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

9 lines (8 loc) 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertSupportedTypescriptVersion = assertSupportedTypescriptVersion; const internal_1 = require("@nx/devkit/internal"); const versions_1 = require("./versions"); function assertSupportedTypescriptVersion(tree) { (0, internal_1.assertSupportedPackageVersion)(tree, 'typescript', versions_1.minSupportedTypescriptVersion); }