0.0.4 • Published 2 years ago

typescript-configuration v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

TypeScript Configuration

Recommended TypeScript configuration for working with Node.js, Next.js, Electron, etc.

Usage

Install the package:

npm install -D typescript-configuration

Extend the configuration in your tsconfig.json:

  • Node.js

    {
      "extends": "typescript-configuration/node.json"
    }
  • Next.js

    {
      "extends": "typescript-configuration/next.json"
    }
  • Electron

    {
      "extends": "typescript-configuration/electron.json"
    }

License

MIT

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago