2.0.0 • Published 1 year ago

@mheob/tsconfig v2.0.0

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

My personal TypeScript configurations

To make my configurations a bit easier I share my tsconfig.jsons.

Install

With NPM

npm install -D @mheob/tsconfig

With YARN

yarn add -D @mheob/tsconfig

With PNPM

pnpm add -D @mheob/tsconfig

Usage

tsconfig.json

Default (same as commonjs.json)

{
	"extends": "@mheob/tsconfig"
}

or

{
	"extends": "@mheob/tsconfig/commonjs.json"
}

You can of course extend or overwrite all settings.

{
	"extends": "@mheob/tsconfig",
	"compilerOptions": {
		"outDir": "dist"
	}
}

Specified configurations

Astro

{
	"extends": "@mheob/tsconfig/astro.json"
}

ESM

{
	"extends": "@mheob/tsconfig/esm.json"
}

Next.js

{
	"extends": "@mheob/tsconfig/nextjs.json"
}

React

{
	"extends": "@mheob/tsconfig/react.json"
}
2.0.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago