1.0.4 • Published 1 year ago

@alienfast/tsconfig v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago