Typescript Configuration
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.