@leather-wallet/tsconfig-config
v0.4.0
Published
Shared tsconfig configuration
Downloads
22
Readme
Shared typescript configuration
The purpose of typescript is to add strong typing to javascript
.
Contents
Setup
Install as a dev dependency in packages / apps:
npm install --save-dev @leather-wallet/tsconfig-config
Add typescript configuration file to your package that extends the base
// packages/package/tsconfig.json { "extends": ["@leather-wallet/tsconfig-config/tsconfig.base.json"], "include": ["**/*", ".*.ts"], "exclude": [] }