@tretton37/ts-config

0.0.1 • Public • Published

@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!

Package Sidebar

Install

npm i @tretton37/ts-config

Weekly Downloads

1

Version

0.0.1

License

UNLICENSED

Unpacked Size

4.55 kB

Total Files

8

Last publish

Collaborators

  • anddoutoi