diff --git a/building/tracks/config-json.md b/building/tracks/config-json.md index f65cff3a..104508e5 100644 --- a/building/tracks/config-json.md +++ b/building/tracks/config-json.md @@ -386,6 +386,7 @@ Tags are specified in the top-level `tags` field which is defined as an array of ### Typing - `typing/static`: the language uses static typing +- `typing/gradual`: the language uses gradual typing - `typing/dynamic`: the language uses dynamic typing - `typing/strong`: the language uses strong typing - `typing/weak`: the language uses weak typing