This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@bb-cli/bb-build-plugin-typescript

0.2.6 • Public • Published

Typescript plugin

For internal use (Backbase RnD)

Requirements

Requires:

  • only one source directory (multiple will not work)
  • tsconfig.json file in the root of the project to build (See tsconfig.override.json to see overrides.)
  • every ts package to be in the same dir where tsconfig.json is
{
  "compilerOptions": {
  }
}

Usage

npm i -g @bb-cli/bb-build-plugin-typescript

bb-build . -b @bb-cli/bb-build-plugin-typescript
bb-package . -b @bb-cli/bb-build-plugin-typescript

Example Output

dist/lib-bb-page-bootstrap
├── assets
│   └── typings
│       ├── bootstrap-page.d.ts
│       ├── index.d.ts
│       └── page-event-handler.d.ts
├── model.xml
├── package.json
└── scripts
    ├── lib-bb-page-bootstrap.js
    └── lib-bb-page-bootstrap.js.map

Package Sidebar

Install

npm i @bb-cli/bb-build-plugin-typescript

Weekly Downloads

2

Version

0.2.6

License

none

Unpacked Size

10.5 kB

Total Files

7

Last publish

Collaborators

  • backbase-admin
  • bb-cli