@digitalbits-blockchain/tsconfig
v1.0.5
Published
Default TypeScript config for DigitalBits Foundation
Downloads
3
Keywords
Readme
@digitalbits/tsconfig
The default TypeScript config for Digitalbist Foundation projects.
Usage
Install the package:
yarn add --dev @digitalbits/tsconfig
Then extend your projects' tsconfig.json
file with it:
{
"extends": "@digitalbits/tsconfig"
}
Note that you'll have to provide a significant amount of project-specific
configuration options,
including the outDir
and include
files. Check out
this configuration to see what's defined and what was left
out.