fix(configs): ensure_installed can be a string

This commit is contained in:
Carlo Sala 2022-10-31 12:21:40 +01:00 committed by Lewis Russell
parent 47ffd0dfc5
commit 80503a9910

View file

@ -11,7 +11,7 @@ local M = {}
---@class TSConfig
---@field modules {[string]:TSModule}
---@field sync_install boolean
---@field ensure_installed string[]
---@field ensure_installed string[]|string
---@field ignore_install string[]
---@field auto_install boolean
---@field update_strategy string