0.11.18 • Published 4 years ago
@sclable/tsconfig v0.11.18
tsconfig
This package bundles a tsconfig.json to be extended by Sclable projects.
Usage
Install this package via NPM:
npm install @sclable/tsconfigCreate tsconfig.json extending the one provided by this package:
echo '{ "extends": "./node_modules/@sclable/tsconfig/tsconfig.json" }' \
> tsconfig.jsonFor more information, see configuration inheritance with extends