Skip to content

Commit 205f3a8

Browse files
authored
Update README.md
1 parent 887aa73 commit 205f3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This guide is about **_"How to write type declarations to only the minimum neces
1212
- #### (Update for TypeScript v2.4 + v2.5 - fat PR on the way, lot of changes, almost there!)
1313

1414
### Introduction
15-
This guide is aimed to use `strict` configuration of TypeScript compiler to provide the best static-typing experience with strict null checking. We want to spent a minimal amount of effort to write explicit type annotations and most of the time to leverage smart [Type Inference](https://www.typescriptlang.org/docs/handbook/type-inference.html).
15+
This guide is aimed to use [`--strict`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) flag of TypeScript compiler to provide the best static-typing experience. Additionally we want to spent a minimal amount of effort to write explicit type annotations to our JavaScript code and whenever possible leverage smart [Type Inference](https://www.typescriptlang.org/docs/handbook/type-inference.html).
1616

1717
Benefits of this setup and static-typing in general:
1818
- refactoring capabilities with the power equal to strongly typed languages (not "stringly" typed like Webstorm IDE)

0 commit comments

Comments
 (0)