typescript-configuration
v0.0.4
Published
TypeScript configuration for Node.js, Next.js, Electron, etc.
Downloads
5
Maintainers
Readme
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