Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 798 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 798 Bytes

Shared typescript configuration

The purpose of typescript is to add strong typing to javascript.

Contents

Setup

  • Install as a dev dependency in packages / apps:

    pnpm add -D @leather.io/tsconfig-config
  • Add typescript configuration file to your package that extends the base

    // packages/package/tsconfig.json
    {
      "extends": ["@leather.io/tsconfig-config/tsconfig.base.json"],
      "include": ["**/*", ".*.ts"],
      "exclude": []
    }

License

MIT © Leather Wallet LLC


⬅ Back