JSPM

@roots/bud-typescript

3.0.50-alpha.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 417
  • Score
    100M100P100Q94009F
  • License MIT

Adds Typescript support to Bud.

Package Exports

  • @roots/bud-typescript

Readme

Bud

MIT License Follow Roots

@roots/bud-typescript

Overview

Adds support for compiling .ts and .tsx source files to the @roots/bud framework.

Installation

yarn add @roots/bud-typescript --dev

Usage

bud.extend([require('@roots/bud-typescript')])

You should now be good to utilize typescript in your project.

You will also need a tsconfig.json file in your project root directory.

Consult the typescript docs for more information on Typescript usage.

If your tsconfig.json is not located in your project root you can configure the plugin to point to its location.

bud.typescript({
  configFile: bud.project('config/tsconfig.json'),
})

Contributing

Contributions are welcome from everyone.

We have contributing guidelines to help you get started.

Bud sponsors

Help support our open-source development efforts by becoming a patron.

Community

Keep track of development and community news.