Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

eilos-preset-typescript

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eilos-preset-typescript

Web App Build Abstraction

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

είλως - 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-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

FAQs

Package last updated on 07 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts