UNPKG

@nationalbankbelgium/code-style

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