UNPKG

702 BMarkdownView Raw
1# @bluelovers/tsconfig
2
3 my base tsconfig
4
5```
6npm install @bluelovers/tsconfig
7```
8
9[What's new in TypeScript](https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript)
10
11tsconfig.json inheritance via Node.js packages
12
13```tsconfig.json
14{
15 "extends": "@bluelovers/tsconfig",
16 "compilerOptions": {
17 // Override certain options on a project-by-project basis.
18 "strictBindCallApply": false,
19 }
20}
21```
22
23## docs
24
25- [TypeScript - Non-Null Assertion Operator !](https://www.logicbig.com/tutorials/misc/typescript/non-null-assertion-operator.html)
26- [TypeScript - Using --noImplicitThis flag](https://www.logicbig.com/tutorials/misc/typescript/no-implicit-this.html)
27-
28