0.0.3 • Published 8 months ago

@redduck/helpers-tsconfig v0.0.3

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

@redduck/helpers-tsconfig

Contains our typescript configurations.

How to install

  • npm

    npm install @redduck/helpers-tsconfig
  • yarn

    yarn add @redduck/helpers-tsconfig
  • pnpm

    pnpm add @redduck/helpers-tsconfig

How to use

Upgrade your tsconfig.json file to extend this config:

{
  "extends": "@redduck/helpers-tsconfig/tsconfig.base.json",
  "compilerOptions": {
    // Your compiler options
  }
  // Your other options
}
0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago