1.1.0 • Published 1 year ago

@mann-conomy/tsconfig v1.1.0

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

ts-config

A sharable TypeScript config for the Mann-Conomy Project.

npm version npm downloads Node.js version GitHub actions GitHub license

Installation

Using npm:

$ npm install --save-dev @mann-conomy/tsconfig

Using yarn:

$ yarn add --dev @mann-conomy/tsconfig

Usage

{
	"extends": "@mann-conomy/tsconfig",
	"compilerOptions": {
		"outDir": "dist"
	}
}

When targeting a higher version of Node.js, you can override the target with the corresponding ECMAScript version.

{
	"extends": "@mann-conomy/tsconfig",
	"compilerOptions": {
		"outDir": "dist",
		"target": "ES2022"
	}
}

For reference, you can find the complete tsconfig here.

License

MIT

Copyright 2024, The Mann-Conomy Project

1.1.0

1 year ago

1.0.0

1 year ago