Skip to content

CliPluginTypeORMModule

@tsed/cli-plugin-typeorm

Usage

typescript
import { CliPluginTypeORMModule } from "@tsed/cli-plugin-typeorm/src/CliPluginTypeORMModule";

See /packages/cli-plugin-typeorm/src/CliPluginTypeORMModule.ts.

Overview

ts
class CliPluginTypeORMModule implements AlterPackageJson {
    protected packageJson: ProjectPackageJson;
    $alterPackageJson(packageJson: ProjectPackageJson, data: RenderDataContext): ProjectPackageJson;
}

protected packageJson

ts
protected packageJson: ProjectPackageJson;

$alterPackageJson

ts
$alterPackageJson(packageJson: ProjectPackageJson, data: RenderDataContext): ProjectPackageJson;

Released under the MIT License.