Monday, November 5, 2018

TypeScript - Compiler Behavior - more options

To find out more options withing compilerOptions - we can refer the official documentation:
https://www.typescriptlang.org/docs/handbook/tsconfig-json.html

We can look at it an configure our tsconfig.json file as per our application needs. There is also a detailed article on compilerOptions:
https://www.typescriptlang.org/docs/handbook/compiler-options.html



No comments:

Post a Comment