eilos-preset-typescript
TypeScript icon, indicating that this package has built-in type declarations

1.0.19 • Public • Published

είλως - Typescript Preset

This preset can be used for a typical, modern Typescript project with React.

Components

  • Webpack (4.43)
  • Typescript (4.2)
  • React (16.9)
  • Jest (26.0)
  • SASS (1.26)

Optimisations

In order to speed-up typescript checking, this preset is using:

  • fork-ts-checker-webpack-plugin for running type-checking in another thread

Supported Lifecycle Steps

build

{
  ...
  "scripts": {
    "build": "eilos build"
  }
  ...
}

Builds your project using Webpack and the typescript engine.

dev

{
  ...
  "scripts": {
    "dev": "eilos dev"
  }
  ...
}

Starts an webpack-dev-server for testing your project locally.

test

{
  ...
  "scripts": {
    "test": "eilos test"
  }
  ...
}

Run tests using jest

Readme

Keywords

none

Package Sidebar

Install

npm i eilos-preset-typescript

Weekly Downloads

20

Version

1.0.19

License

MIT

Unpacked Size

857 kB

Total Files

30

Last publish

Collaborators

  • icharala