@rushstack/heft
Version:
Build all your JavaScript projects the same way: A way that works.
17 lines • 1.02 kB
JavaScript
;
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
Object.defineProperty(exports, "__esModule", { value: true });
exports._MetricsCollector = exports.HeftConfiguration = void 0;
/**
* Heft is a config-driven toolchain that invokes other popular tools such
* as TypeScript, ESLint, Jest, Webpack, and API Extractor. You can use it to build
* web applications, Node.js services, command-line tools, libraries, and more.
*
* @packageDocumentation
*/
var HeftConfiguration_1 = require("./configuration/HeftConfiguration");
Object.defineProperty(exports, "HeftConfiguration", { enumerable: true, get: function () { return HeftConfiguration_1.HeftConfiguration; } });
var MetricsCollector_1 = require("./metrics/MetricsCollector");
Object.defineProperty(exports, "_MetricsCollector", { enumerable: true, get: function () { return MetricsCollector_1.MetricsCollector; } });
//# sourceMappingURL=index.js.map