0.5.0 • Published 1 year ago

@communityboss/tsconfig v0.5.0

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

@communityboss/tsconfig

Generic TypeScript tsconfig.json file to be used across projects.

Usage

npm i -D @communityboss/tsconfig

Then, in your `tsconfig.json:

{
	"extends": "@communityboss/tsconfig/tsconfig.base.json"
	/* Other config here... */
}

Development

If other variations of the tsconfig.json file are needed, create a new tsconfig.foo.json file.

Optionally, you can inherit another config with "extends": "./tsconfig.bar.json".

Make sure to update the "files" array in package.json when adding a new tsconfig.

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago