0.11.18 • Published 3 years ago

@sclable/tsconfig v0.11.18

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

tsconfig

This package bundles a tsconfig.json to be extended by Sclable projects.

Usage

Install this package via NPM:

npm install @sclable/tsconfig

Create tsconfig.json extending the one provided by this package:

echo '{ "extends": "./node_modules/@sclable/tsconfig/tsconfig.json" }' \
  > tsconfig.json

For more information, see configuration inheritance with extends