UNPKG

@nationalbankbelgium/code-style

Version:
21 lines (15 loc) 425 B
<h1 align="center"> code style - TypeScript 4.4.x + Angular >= 13.0.0 </h1> ## About This sub-package hosts the [TypeScript](https://www.typescriptlang.org/) configuration for TypeScript 4.4.x. and Angular >= 13.0.0. ## Usage Adapt the content of your `tsconfig.json` file as follows: ```text { "extends": "@nationalbankbelgium/code-style/tsconfig/4.4.x/ng13", "compilerOptions": { // your configuration } } ```