UNPKG

@nx/nest

Version:

The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.

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