@nationalbankbelgium/code-style
Version:
Front-End code style
21 lines (15 loc) • 411 B
Markdown
<h1 align="center">
code style - TypeScript 4.1.x + Angular 11
</h1>
This sub-package hosts the [TypeScript](https://www.typescriptlang.org/) configuration for TypeScript 4.1.x. and Angular 11.
Adapt the content of your `tsconfig.json` file as follows:
```text
{
"extends": "@nationalbankbelgium/code-style/tsconfig/4.1.x/ng11",
"compilerOptions": {
// your configuration
}
}
```