UNPKG

@nationalbankbelgium/code-style

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