diff --git a/solution.md b/solution.md index a4f9e25..4f22ddb 100644 --- a/solution.md +++ b/solution.md @@ -104,6 +104,8 @@ at the expense of extra requests to OMDB API from each instance. I decided to implement this API with Nest.js, because I already used it on test assignments before, and it's good and convenient enough for API prototyping. +I'm also using TypeScript with "strictest" config, along with `@typescript-eslint` with "strict-type-checked" config. + ## OMDB format Unfortunately, I couldn't find any clear documentation on OMDB response format.