Skip to content

tsconfig 1.0.8

Install from the command line:
Learn more about npm packages
$ npm install @alienfast/tsconfig@1.0.8
Install via package.json:
"@alienfast/tsconfig": "1.0.8"

About this version

tsconfig

Shared TypeScript configs for AlienFast projects

Install

yarn install -D @alienfast/tsconfig

This config requires TypeScript 5 or later.

Available configs

  • node
  • nodenext - extends node with changed module and moduleResolution
  • react - for bundling
  • react-lib - extends react, focused on library builds

Usage

Example for a node package:

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@alienfast/tsconfig/node.json",
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": "src"
  },
  "include": ["src", "typings"],
  "exclude": ["node_modules", "dist"],
}

Details


Assets

  • tsconfig-1.0.8.tgz

Download activity

  • Total downloads 485
  • Last 30 days 40
  • Last week 0
  • Today 0