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

## About

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

## Usage

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

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