1.0.4 • Published 12 months ago

@alienfast/tsconfig v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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"],
}
1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago