0.0.1 • Published 1 year ago

@tretton37/ts-config v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

@tretton37/ts-config

Shared TypeScript configuration by tretton37.

Installation

npm install --save-dev @tretton37/ts-config

Usage

Set the extends field in your tsconfig.json:

{
	"extends": "@tretton37/ts-config",
	"compilerOptions": {
		"outDir": "./dist"
	},
	"include": ["./src"]
}

Variants

This package exports tailored configuration variants for different purposes:

  • @tretton37/ts-config/node16.json
  • @tretton37/ts-config/node18.json
  • @tretton37/ts-config/react.json

Contribute

  1. Clone the monorepo that this package is a part of.
  2. Create a feature branch. Do NOT do work on main!