@storm-software/projen
Version:
Tools for managing Projen configuration automation within a Nx workspace.
32 lines (27 loc) • 727 B
JavaScript
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkMWIFWHR4js = require('./chunk-MWIFWHR4.js');
// tsup.config.ts
_chunkMWIFWHR4js.init_cjs_shims.call(void 0, );
var _tsup = require('tsup');
var tsup_config_default = _tsup.defineConfig.call(void 0, [
{
name: "projen",
target: "node22",
entryPoints: [
"./*.ts",
"./src/components/*.ts",
"./src/executors/*/executor.ts",
"./src/generators/*/generator.ts"
],
outDir: "dist",
format: ["cjs", "esm"],
platform: "node",
splitting: true,
clean: true,
dts: true,
sourcemap: false,
shims: true,
tsconfig: "./tsconfig.json"
}
]);
exports.default = tsup_config_default;