0.2.6 • Published 5 years ago

@bb-cli/bb-build-plugin-typescript v0.2.6

Weekly downloads
28
License
-
Repository
-
Last release
5 years ago

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
0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago