0.0.3 • Published 6 years ago

@ngfk/poi-preset-react-typescript v0.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

poi-preset-react-typescript

npm version

Installation

$ npm i -D @ngfk/poi-preset-react-typescript

Features

  • Does not use babel
  • Support for React .tsx files
  • Hot module reloading with react-hot-loader@3.1

Combines:

Usage

// poi.config.js
module.exports = {
    presets: [require('@ngfk/poi-preset-react-typescript')()]
};

Check the example for a working tsconfig.json.