<h1 align="center">
   code style - TypeScript 3.5.x + Angular >= 8.2.0
</h1>

## About

This sub-package hosts the [TypeScript](https://www.typescriptlang.org/) configuration for TypeScript 3.5.x. and Angular >= 8.2.0.

## Usage

Adapt the content of your `tsconfig.json` file as follows:

```text
{
	"extends": "@nationalbankbelgium/code-style/tsconfig/3.5.x/ng8",
	"compilerOptions": {
		// your configuration
	}
}
```
