This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@araclx/tsconfig

0.0.11 • Public • Published

@araclx/tsconfig

Before you'll ask... "For real? TSConfig should be individual for every project!" we're going to answer you - of course it is, but it doesn't stop you to have a bare configuration suitable for your needs, you can always edit parts that you don't want use in your project configuration but base configuration will be always same, at fact it provides less problems with migrations to newer Node.js versions.

Installation

$ yarn add @araclx/tsconfig typescript -D
$ npm install --save-dev @araclx/tsconfig typescript

Usage

{
	"extends": "@araclx/tsconfig",
	"compilerOptions": {
		"target": "ES2018",
		"lib": ["ES2018"]
	}
}

Optionally, when you want to use strict type-checking.

{
	"extends": "@araclx/tsconfig",
	"compilerOptions": {
		"outDir": "dist",
		"target": "ES2018",
		"lib": ["ES2018"],
		"noUnusedParameters": true,
		"noUnusedLocals": true,
		"noImplicitAny": true
	}
}

License

MIT © ARACLX

Package Sidebar

Install

npm i @araclx/tsconfig

Weekly Downloads

11

Version

0.0.11

License

MIT

Unpacked Size

4.05 kB

Total Files

5

Last publish

Collaborators

  • npm