2.2.1 • Published 2 years ago

@adaliszk/parcel-typescript v2.2.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

Meta-package for using Parcel with Typescript

Provides

  • parcel, @babel/core, and postcss
  • @adaliszk/parcel-config-typescript
  • @adaliszk/babel-typescript-preset

Usage

  • Install: yarn add -D @adaliszk/parcel-typescript
  • Add a .parcelrc with the content of:
    {"extends": ["@adaliszk/typescript"]}