diff --git a/compiler/tsconfig.esm.json b/compiler/tsconfig.esm.json index 690a04afa21a15a8a62772705a10284a8bdedc58..dcde8484a671355538ab2a3fad8082f5f652448c 100755 --- a/compiler/tsconfig.esm.json +++ b/compiler/tsconfig.esm.json @@ -161,6 +161,7 @@ "components": [ "AbilityComponent", "AlphabetIndexer", + "AnalogClock", "Animator", "Badge", "Blank", @@ -288,6 +289,11 @@ "type": "AlphabetIndexerAttribute", "instance": "AlphabetIndexerInstance" }, + { + "name": "AnalogClock", + "type": "AnalogClockAttribute", + "instance": "AnalogClockInstance" + }, { "name": "Animator", "type": "AnimatorAttribute", diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 271f6590a12b6bed41d05439d788e2de8d4ec1ff..80fdbe7cca716978afae229acab8cf36ced4e882 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -161,6 +161,7 @@ "components": [ "AbilityComponent", "AlphabetIndexer", + "AnalogClock", "Animator", "Badge", "Blank", @@ -296,6 +297,11 @@ "type": "AlphabetIndexerAttribute", "instance": "AlphabetIndexerInstance" }, + { + "name": "AnalogClock", + "type": "AnalogClockAttribute", + "instance": "AnalogClockInstance" + }, { "name": "Animator", "type": "AnimatorAttribute",