0.0.1 • Published 1 year ago

@wilfredjonathanjames/tsconfig v0.0.1

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

tsconfig

A tsconfig for my personal projects.

Install

pnpm add -D @wilfredjonathanjames/tsconfig

Usage

tsconfig.json

{
	"extends": "@wilfredjonathanjames/tsconfig",
	"compilerOptions": {
		"outDir": "distribution"
	}
}

Depending on your target NodeJS version you may need to overwrite the ECMAScript target:

{
	"extends": "@wilfredjonathanjames/tsconfig",
	"compilerOptions": {
		"outDir": "distribution",
		"target": "ES2023" << change this
	}
}
0.0.1

1 year ago