@rws-air/ts-config
Version:
Shareable TypeScript configuration for all RWS projects
58 lines (38 loc) • 5.27 kB
Markdown
<div align="center">
<p>
<a href="https://github.com/RWS-NL/air-node-packages"><img src="https://raw.githubusercontent.com/RWS-NL/air-node-packages/master/packages/webcomponents/src/Logo/logo.svg?sanitize=true" height="200" alt="logo"/></a>
</p>
<p>
<h1> Rijkswaterstaat ts-config </h1>
<h3> A base <a href="https://www.typescriptlang.org/">TypeScript config</a> for all AIR applications</h3>
</p>
</div>
---
**Project Status**
[](https://github.com/RWS-NL/air-node-packages/blob/master/LICENSE.md)
**Bundle Sizes**
[](https://bundlephobia.com/result?p=@rws-air/ts-config)
[](https://bundlephobia.com/result?p=@rws-air/ts-config)
**Versions**
[](https://www.npmjs.com/package/@rws-air/ts-config)
**Our Badges**
[](https://www.rijkswaterstaat.nl)
[](https://www.slack.com)
[](https://trello.com/)
[](https://www.pivotaltracker.com/n/projects/1915901)
[](https://www.sketchapp.com)
[](https://app.zeplin.io/project/587661de593c722607342d7b)
---
## Installation
```sh
yarn add -D @rws-air/ts-config
```
## Usage
In `tsconfig.json`:
```json
{
"extends": ["@rws-air/ts-config"]
}
```
## API Documentation
Check out [the docs on github pages](https://rws-nl.github.io/air-node-packages/modules/_rws_air_ts_config_node.html)