@sanv/tsconfig

1.0.4 • Public • Published

tsconfig

Shared TypeScript config for my projects

Install

npm install --save-dev @sanv/tsconfig
yarn add --dev @sanv/tsconfig

Usage

tsconfig.json

{
	"extends": "@sanv/tsconfig",
	"compilerOptions": {
		"outDir": "dist",
		"target": "es2018",
		"lib": [
			"es2018"
		]
	}
}

Package Sidebar

Install

npm i @sanv/tsconfig

Weekly Downloads

6

Version

1.0.4

License

MIT

Unpacked Size

8.32 kB

Total Files

3

Last publish

Collaborators

  • sv92