diff --git a/README.md b/README.md index 44b4a46..ebd41b6 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,5 @@ None of the experiments (`infer1` and `infer2`) are outputting something useful - https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#using-the-type-checker - https://github.com/Microsoft/TypeScript/wiki/Using-the-Language-Service-API - https://stackoverflow.com/questions/63944135/typescript-compiler-api-how-to-get-type-with-resolved-type-arguments -- https://stackoverflow.com/questions/48886508/typechecker-api-how-do-i-find-inferred-type-arguments-to-a-function \ No newline at end of file +- https://stackoverflow.com/questions/48886508/typechecker-api-how-do-i-find-inferred-type-arguments-to-a-function +- https://blog.logrocket.com/using-typescript-transforms-to-enrich-runtime-code-3fd2863221ed/