eilos-preset-typescript
v1.1.0
Published
Web App Build Abstraction
Readme
είλως - Typescript Preset
This preset can be used for a typical, modern Typescript project with React.
Components
- Webpack (5.101)
- Typescript (5.9)
- React (17.0)
- Jest (30.0)
- SASS (1.90)
Optimisations
In order to speed-up typescript checking, this preset is using:
fork-ts-checker-webpack-pluginfor 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
