diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 4204e14..4da94c4 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -87,6 +87,7 @@ "TextArea", "TextInput", "TextTimer", + "TimePicker", "Toggle", "Video", "Web", @@ -495,6 +496,11 @@ "type": "TextTimerAttribute", "instance": "TextTimerInstance" }, + { + "name": "TimePicker", + "type": "TimePickerAttribute", + "instance": "TimePickerInstance" + }, { "name": "Toggle", "type": "ToggleAttribute",