0.0.4 • Published 6 months ago

typescript-configuration v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

0.0.4

6 months ago

0.0.2

7 months ago

0.0.1

7 months ago