Détail du package

@universal-packages/tsconfig

universal-packages2.1kMIT1.0.2

Typescript configurations for universal packages

readme

Typescript Configuration

npm version Testing codecov

Typescript configurations for universal packages.

Getting Started

npm install @universal-packages/tsconfig

Usage

Node project

{
  "extends": "@universal-packages/tsconfig/node/tsconfig.json",
  "include": ["src/**/*"]
}

Typescript

This library is developed in TypeScript and shipped fully typed.

Contributing

The development of this library happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving this library.

License

MIT licensed.