0.9.0 • Published 7 months ago

@leather.io/tsconfig-config v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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


0.9.0

7 months ago

0.8.0

7 months ago

0.7.0

8 months ago

0.6.1

10 months ago

0.6.0

1 year ago

0.5.1

1 year ago

0.5.0

2 years ago