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

## About

This sub-package hosts the [TypeScript](https://www.typescriptlang.org/) configuration for TypeScript 3.6.x. and Angular 9.

## Usage

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

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