1.0.5 • Published 2 years ago

@xdbfoundation/tsconfig v1.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@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.