• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "compileOnSave": false,
3  "compilerOptions": {
4    "ets": {
5      "emitDecorators":[
6        {
7          "name":"Entry",
8          "emitParameters" : true
9        },
10        {
11          "name":"Component",
12          "emitParameters" : false
13        },
14        {
15          "name":"Reusable",
16          "emitParameters" : false
17        },
18        {
19          "name":"CustomDialog",
20          "emitParameters" : false
21        },
22        {
23          "name":"Consume",
24          "emitParameters" : true
25        },
26        {
27          "name":"Link",
28          "emitParameters" : false
29        },
30        {
31          "name":"LocalStorageLink",
32          "emitParameters" : true
33        },
34        {
35          "name":"LocalStorageProp",
36          "emitParameters" : true
37        },
38        {
39          "name":"ObjectLink",
40          "emitParameters" : false
41        },
42        {
43          "name":"Prop",
44          "emitParameters" : false
45        },
46        {
47          "name":"Provide",
48          "emitParameters" : true
49        },
50        {
51          "name":"State",
52          "emitParameters" : false
53        },
54        {
55          "name":"StorageLink",
56          "emitParameters" : true
57        },
58        {
59          "name":"StorageProp",
60          "emitParameters" : true
61        },
62        {
63          "name":"Builder",
64          "emitParameters" : false
65        },
66        {
67          "name":"LocalBuilder",
68          "emitParameters" : false
69        },
70        {
71          "name":"BuilderParam",
72          "emitParameters" : false
73        },
74        {
75          "name":"Observed",
76          "emitParameters" : false
77        },
78        {
79          "name": "Require",
80          "emitParameters" : false
81        },
82        {
83          "name": "Sendable",
84          "emitParameters" : false
85        },
86        {
87          "name": "Track",
88          "emitParameters": false
89        },
90        {
91          "name": "ComponentV2",
92          "emitParameters": true
93        },
94        {
95          "name": "ObservedV2",
96          "emitParameters": false
97        },
98        {
99          "name": "Trace",
100          "emitParameters": false
101        },
102        {
103          "name": "Local",
104          "emitParameters" : false
105        },
106        {
107          "name": "Param",
108          "emitParameters" : false
109        },
110        {
111          "name": "Once",
112          "emitParameters" : false
113        },
114        {
115          "name": "Event",
116          "emitParameters" : false
117        },
118        {
119          "name": "Monitor",
120          "emitParameters" : true
121        },
122        {
123          "name": "Provider",
124          "emitParameters" : true
125        },
126        {
127          "name": "Consumer",
128          "emitParameters" : true
129        },
130        {
131          "name": "Computed",
132          "emitParameters" : false
133        },
134        {
135          "name": "Type",
136          "emitParameters" : true
137        }
138      ],
139      "propertyDecorators": [
140        {
141          "name": "Link",
142          "needInitialization": false
143        },
144        {
145          "name": "Prop",
146          "needInitialization": false
147        },
148        {
149          "name": "ObjectLink",
150          "needInitialization": false
151        },
152        {
153          "name": "Consume",
154          "needInitialization": false
155        }
156      ],
157      "render": {
158        "method": ["build", "pageTransition"],
159        "decorator": ["LocalBuilder", "Builder"]
160      },
161      "components": [
162        "AbilityComponent",
163        "AlphabetIndexer",
164        "AnalogClock",
165        "Animator",
166        "ArcList",
167        "ArcListItem",
168        "Badge",
169        "Blank",
170        "Button",
171        "Calendar",
172        "CalendarPicker",
173        "Camera",
174        "Canvas",
175        "Checkbox",
176        "CheckboxGroup",
177        "Circle",
178        "ColorPicker",
179        "ColorPickerDialog",
180        "Column",
181        "ColumnSplit",
182        "ContentSlot",
183        "Counter",
184        "DataPanel",
185        "DatePicker",
186        "Divider",
187        "DotMatrix",
188        "EffectComponent",
189        "Ellipse",
190        "EmbeddedComponent",
191        "Flex",
192        "FolderStack",
193        "FormComponent",
194        "FormLink",
195        "Gauge",
196        "GeometryView",
197        "Grid",
198        "GridItem",
199        "GridContainer",
200        "Hyperlink",
201        "Image",
202        "ImageAnimator",
203        "IndicatorComponent",
204        "LazyVGridLayout",
205        "Line",
206        "LinearIndicator",
207        "List",
208        "ListItem",
209        "ListItemGroup",
210        "LoadingProgress",
211        "Marquee",
212        "MediaCachedImage",
213        "Menu",
214        "MenuItem",
215        "MenuItemGroup",
216        "Metaball",
217        "MovingPhotoView",
218        "NavDestination",
219        "NavRouter",
220        "Navigation",
221        "Navigator",
222        "NodeContainer",
223        "Option",
224        "PageTransitionEnter",
225        "PageTransitionExit",
226        "Panel",
227        "Particle",
228        "Path",
229        "PatternLock",
230        "Piece",
231        "PlatformView",
232        "PluginComponent",
233        "Polygon",
234        "Polyline",
235        "Progress",
236        "QRCode",
237        "Radio",
238        "Rating",
239        "Rect",
240        "Refresh",
241        "RelativeContainer",
242        "RemoteWindow",
243        "RootScene",
244        "Row",
245        "RowSplit",
246        "RichText",
247        "Screen",
248        "Scroll",
249        "ScrollBar",
250        "Search",
251        "Section",
252        "Select",
253        "Shape",
254        "Sheet",
255        "SideBarContainer",
256        "Slider",
257        "Span",
258        "Stack",
259        "Stepper",
260        "StepperItem",
261        "Swiper",
262        "SymbolGlyph",
263        "SymbolSpan",
264        "TabContent",
265        "Tabs",
266        "Text",
267        "TextPicker",
268        "TextClock",
269        "TextArea",
270        "TextInput",
271        "TextTimer",
272        "TimePicker",
273        "Toggle",
274        "Video",
275        "Web",
276        "WindowScene",
277        "WithTheme",
278        "XComponent",
279        "GridRow",
280        "GridCol",
281        "WaterFlow",
282        "FlowItem",
283        "ImageSpan",
284        "LocationButton",
285        "PasteButton",
286        "SaveButton",
287        "UIExtensionComponent",
288        "IsolatedComponent",
289        "RichEditor",
290        "Component3D",
291        "ContainerSpan",
292        "ArcSwiper",
293        "ArcScrollBar",
294        "ArcAlphabetIndexer",
295        "HdsNavigation",
296        "HdsNavDestination"
297      ],
298      "extend": {
299        "decorator": ["Extend", "AnimatableExtend"],
300        "components": [
301          {
302            "name": "AbilityComponent",
303            "type": "AbilityComponentAttribute",
304            "instance": "AbilityComponentInstance"
305          },
306          {
307            "name": "AlphabetIndexer",
308            "type": "AlphabetIndexerAttribute",
309            "instance": "AlphabetIndexerInstance"
310          },
311          {
312            "name": "AnalogClock",
313            "type": "AnalogClockAttribute",
314            "instance": "AnalogClockInstance"
315          },
316          {
317            "name": "Animator",
318            "type": "AnimatorAttribute",
319            "instance": "AnimatorInstance"
320          },
321          {
322            "name": "ArcList",
323            "type": "ArcListAttribute",
324            "instance": "ArcListInstance"
325          },
326          {
327            "name": "ArcListItem",
328            "type": "ArcListItemAttribute",
329            "instance": "ArcListItemInstance"
330          },
331          {
332            "name": "Badge",
333            "type": "BadgeAttribute",
334            "instance": "BadgeInstance"
335          },
336          {
337            "name": "Blank",
338            "type": "BlankAttribute",
339            "instance": "BlankInstance"
340          },
341          {
342            "name": "Button",
343            "type": "ButtonAttribute",
344            "instance": "ButtonInstance"
345          },
346          {
347            "name": "Calendar",
348            "type": "CalendarAttribute",
349            "instance": "CalendarInstance"
350          },
351          {
352            "name": "CalendarPicker",
353            "type": "CalendarPickerAttribute",
354            "instance": "CalendarPickerInstance"
355          },
356          {
357            "name": "Camera",
358            "type": "CameraAttribute",
359            "instance": "CameraInstance"
360          },
361          {
362            "name": "Canvas",
363            "type": "CanvasAttribute",
364            "instance": "CanvasInstance"
365          },
366          {
367            "name": "Checkbox",
368            "type": "CheckboxAttribute",
369            "instance": "CheckboxInstance"
370          },
371          {
372            "name": "CheckboxGroup",
373            "type": "CheckboxGroupAttribute",
374            "instance": "CheckboxGroupInstance"
375          },
376          {
377            "name": "Circle",
378            "type": "CircleAttribute",
379            "instance": "CircleInstance"
380          },
381          {
382            "name": "ColorPicker",
383            "type": "ColorPickerAttribute",
384            "instance": "ColorPickerInstance"
385          },
386          {
387            "name": "ColorPickerDialog",
388            "type": "ColorPickerDialogAttribute",
389            "instance": "ColorPickerDialogInstance"
390          },
391          {
392            "name": "Column",
393            "type": "ColumnAttribute",
394            "instance": "ColumnInstance"
395          },
396          {
397            "name": "ColumnSplit",
398            "type": "ColumnSplitAttribute",
399            "instance": "ColumnSplitInstance"
400          },
401          {
402            "name": "Counter",
403            "type": "CounterAttribute",
404            "instance": "CounterInstance"
405          },
406          {
407            "name": "DataPanel",
408            "type": "DataPanelAttribute",
409            "instance": "DataPanelInstance"
410          },
411          {
412            "name": "DatePicker",
413            "type": "DatePickerAttribute",
414            "instance": "DatePickerInstance"
415          },
416          {
417            "name": "Divider",
418            "type": "DividerAttribute",
419            "instance": "DividerInstance"
420          },
421          {
422            "name": "DotMatrix",
423            "type": "DotMatrixAttribute",
424            "instance": "DotMatrixInstance"
425          },
426          {
427            "name": "EffectComponent",
428            "type": "EffectComponentAttribute",
429            "instance": "EffectComponentInstance"
430          },
431          {
432            "name": "Ellipse",
433            "type": "EllipseAttribute",
434            "instance": "EllipseInstance"
435          },
436          {
437            "name": "EmbeddedComponent",
438            "type": "EmbeddedComponentAttribute",
439            "instance": "EmbeddedComponentInstance"
440          },
441          {
442            "name": "Flex",
443            "type": "FlexAttribute",
444            "instance": "FlexInstance"
445          },
446          {
447            "name": "FolderStack",
448            "type": "FolderStackAttribute",
449            "instance": "FolderStackInstance"
450          },
451          {
452            "name": "FormComponent",
453            "type": "FormComponentAttribute",
454            "instance": "FormComponentInstance"
455          },
456          {
457            "name": "FormLink",
458            "type": "FormLinkAttribute",
459            "instance": "FormLinkInstance"
460          },
461          {
462            "name": "Gauge",
463            "type": "GaugeAttribute",
464            "instance": "GaugeInstance"
465          },
466          {
467            "name": "GeometryView",
468            "type": "GeometryViewAttribute",
469            "instance": "GeometryViewInstance"
470          },
471          {
472            "name": "Grid",
473            "type": "GridAttribute",
474            "instance": "GridInstance"
475          },
476          {
477            "name": "GridItem",
478            "type": "GridItemAttribute",
479            "instance": "GridItemInstance"
480          },
481          {
482            "name": "GridContainer",
483            "type": "GridContainerAttribute",
484            "instance": "GridContainerInstance"
485          },
486          {
487            "name": "Hyperlink",
488            "type": "HyperlinkAttribute",
489            "instance": "HyperlinkInstance"
490          },
491          {
492            "name": "Image",
493            "type": "ImageAttribute",
494            "instance": "ImageInstance"
495          },
496          {
497            "name": "ImageAnimator",
498            "type": "ImageAnimatorAttribute",
499            "instance": "ImageAnimatorInstance"
500          },
501          {
502            "name": "IndicatorComponent",
503            "type": "IndicatorComponentAttribute",
504            "instance": "IndicatorComponentInstance"
505          },
506          {
507            "name": "LazyVGridLayout",
508            "type": "LazyVGridLayoutAttribute",
509            "instance": "LazyVGridLayoutInstance"
510          },
511          {
512            "name": "Line",
513            "type": "LineAttribute",
514            "instance": "LineInstance"
515          },
516          {
517            "name": "LinearIndicator",
518            "type": "LinearIndicatorAttribute",
519            "instance": "LinearIndicatorInstance"
520          },
521          {
522            "name": "List",
523            "type": "ListAttribute",
524            "instance": "ListInstance"
525          },
526          {
527            "name": "ListItem",
528            "type": "ListItemAttribute",
529            "instance": "ListItemInstance"
530          },
531          {
532            "name": "ListItemGroup",
533            "type": "ListItemGroupAttribute",
534            "instance": "ListItemGroupInstance"
535          },
536          {
537            "name": "LoadingProgress",
538            "type": "LoadingProgressAttribute",
539            "instance": "LoadingProgressInstance"
540          },
541          {
542            "name": "Marquee",
543            "type": "MarqueeAttribute",
544            "instance": "MarqueeInstance"
545          },
546          {
547            "name": "MediaCachedImage",
548            "type": "MediaCachedImageAttribute",
549            "instance": "MediaCachedImageInstance"
550          },
551          {
552            "name": "Menu",
553            "type": "MenuAttribute",
554            "instance": "MenuInstance"
555          },
556          {
557            "name": "MenuItem",
558            "type": "MenuItemAttribute",
559            "instance": "MenuItemInstance"
560          },
561          {
562            "name": "MenuItemGroup",
563            "type": "MenuItemGroupAttribute",
564            "instance": "MenuItemGroupInstance"
565          },
566          {
567            "name": "Metaball",
568            "type": "MetaballAttribute",
569            "instance": "MetaballInstance"
570          },
571          {
572            "name": "MovingPhotoView",
573            "type": "MovingPhotoViewAttribute",
574            "instance": "MovingPhotoViewInstance"
575          },
576          {
577            "name": "NavDestination",
578            "type": "NavDestinationAttribute",
579            "instance": "NavDestinationInstance"
580          },
581          {
582            "name": "HdsNavDestination",
583            "type": "HdsNavDestinationAttribute",
584            "instance": "HdsNavDestinationInstance"
585          },
586          {
587            "name": "NavRouter",
588            "type": "NavRouterAttribute",
589            "instance": "NavRouterInstance"
590          },
591          {
592            "name": "Navigation",
593            "type": "NavigationAttribute",
594            "instance": "NavigationInstance"
595          },
596          {
597            "name": "HdsNavigation",
598            "type": "HdsNavigationAttribute",
599            "instance": "HdsNavigationInstance"
600          },
601          {
602            "name": "Navigator",
603            "type": "NavigatorAttribute",
604            "instance": "NavigatorInstance"
605          },
606          {
607            "name": "NodeContainer",
608            "type": "NodeContainerAttribute",
609            "instance": "NodeContainerInstance"
610          },
611          {
612            "name": "Option",
613            "type": "OptionAttribute",
614            "instance": "OptionInstance"
615          },
616          {
617            "name": "PageTransitionEnter",
618            "type": "PageTransitionEnterAttribute",
619            "instance": "PageTransitionEnterInstance"
620          },
621          {
622            "name": "PageTransitionExit",
623            "type": "PageTransitionExitAttribute",
624            "instance": "PageTransitionExitInstance"
625          },
626          {
627            "name": "Panel",
628            "type": "PanelAttribute",
629            "instance": "PanelInstance"
630          },
631          {
632            "name": "Particle",
633            "type": "ParticleAttribute",
634            "instance": "ParticleInstance"
635          },
636          {
637            "name": "Path",
638            "type": "PathAttribute",
639            "instance": "PathInstance"
640          },
641          {
642            "name": "PatternLock",
643            "type": "PatternLockAttribute",
644            "instance": "PatternLockInstance"
645          },
646          {
647            "name": "Piece",
648            "type": "PieceAttribute",
649            "instance": "PieceInstance"
650          },
651          {
652            "name": "PlatformView",
653            "type": "PlatformViewAttribute",
654            "instance": "PlatformViewInstance"
655          },
656          {
657            "name": "PluginComponent",
658            "type": "PluginComponentAttribute",
659            "instance": "PluginComponentInstance"
660          },
661          {
662            "name": "Polygon",
663            "type": "PolygonAttribute",
664            "instance": "PolygonInstance"
665          },
666          {
667            "name": "Polyline",
668            "type": "PolylineAttribute",
669            "instance": "PolylineInstance"
670          },
671          {
672            "name": "Progress",
673            "type": "ProgressAttribute",
674            "instance": "ProgressInstance"
675          },
676          {
677            "name": "QRCode",
678            "type": "QRCodeAttribute",
679            "instance": "QRCodeInstance"
680          },
681          {
682            "name": "Radio",
683            "type": "RadioAttribute",
684            "instance": "RadioInstance"
685          },
686          {
687            "name": "Rating",
688            "type": "RatingAttribute",
689            "instance": "RatingInstance"
690          },
691          {
692            "name": "Rect",
693            "type": "RectAttribute",
694            "instance": "RectInstance"
695          },
696          {
697            "name": "RelativeContainer",
698            "type": "RelativeContainerAttribute",
699            "instance": "RelativeContainerInstance"
700          },
701          {
702            "name": "Refresh",
703            "type": "RefreshAttribute",
704            "instance": "RefreshInstance"
705          },
706          {
707            "name": "RemoteWindow",
708            "type": "RemoteWindowAttribute",
709            "instance": "RemoteWindowInstance"
710          },
711          {
712            "name": "RootScene",
713            "type": "RootSceneAttribute",
714            "instance": "RootSceneInstance"
715          },
716          {
717            "name": "Row",
718            "type": "RowAttribute",
719            "instance": "RowInstance"
720          },
721          {
722            "name": "RowSplit",
723            "type": "RowSplitAttribute",
724            "instance": "RowSplitInstance"
725          },
726          {
727            "name": "RichText",
728            "type": "RichTextAttribute",
729            "instance": "RichTextInstance"
730          },
731          {
732            "name": "Screen",
733            "type": "ScreenAttribute",
734            "instance": "ScreenInstance"
735          },
736          {
737            "name": "Scroll",
738            "type": "ScrollAttribute",
739            "instance": "ScrollInstance"
740          },
741          {
742            "name": "ScrollBar",
743            "type": "ScrollBarAttribute",
744            "instance": "ScrollBarInstance"
745          },
746          {
747            "name": "Search",
748            "type": "SearchAttribute",
749            "instance": "SearchInstance"
750          },
751          {
752            "name": "Section",
753            "type": "SectionAttribute",
754            "instance": "SectionInstance"
755          },
756          {
757            "name": "Select",
758            "type": "SelectAttribute",
759            "instance": "SelectInstance"
760          },
761          {
762            "name": "Shape",
763            "type": "ShapeAttribute",
764            "instance": "ShapeInstance"
765          },
766          {
767            "name": "Sheet",
768            "type": "SheetAttribute",
769            "instance": "SheetInstance"
770          },
771          {
772            "name": "SideBarContainer",
773            "type": "SideBarContainerAttribute",
774            "instance": "SideBarContainerInstance"
775          },
776          {
777            "name": "Slider",
778            "type": "SliderAttribute",
779            "instance": "SliderInstance"
780          },
781          {
782            "name": "Span",
783            "type": "SpanAttribute",
784            "instance": "SpanInstance"
785          },
786          {
787            "name": "Stack",
788            "type": "StackAttribute",
789            "instance": "StackInstance"
790          },
791          {
792            "name": "Stepper",
793            "type": "StepperAttribute",
794            "instance": "StepperInstance"
795          },
796          {
797            "name": "StepperItem",
798            "type": "StepperItemAttribute",
799            "instance": "StepperItemInstance"
800          },
801          {
802            "name": "Swiper",
803            "type": "SwiperAttribute",
804            "instance": "SwiperInstance"
805          },
806          {
807            "name": "SymbolGlyph",
808            "type": "SymbolGlyphAttribute",
809            "instance": "SymbolGlyphInstance"
810          },
811          {
812            "name": "SymbolSpan",
813            "type": "SymbolSpanAttribute",
814            "instance": "SymbolSpanInstance"
815          },
816          {
817            "name": "TabContent",
818            "type": "TabContentAttribute",
819            "instance": "TabContentInstance"
820          },
821          {
822            "name": "Tabs",
823            "type": "TabsAttribute",
824            "instance": "TabsInstance"
825          },
826          {
827            "name": "Text",
828            "type": "TextAttribute",
829            "instance": "TextInstance"
830          },
831          {
832            "name": "TextPicker",
833            "type": "TextPickerAttribute",
834            "instance": "TextPickerInstance"
835          },
836          {
837            "name": "TextClock",
838            "type": "TextClockAttribute",
839            "instance": "TextClockInstance"
840          },
841          {
842            "name": "TextArea",
843            "type": "TextAreaAttribute",
844            "instance": "TextAreaInstance"
845          },
846          {
847            "name": "TextInput",
848            "type": "TextInputAttribute",
849            "instance": "TextInputInstance"
850          },
851          {
852            "name": "TextTimer",
853            "type": "TextTimerAttribute",
854            "instance": "TextTimerInstance"
855          },
856          {
857            "name": "TimePicker",
858            "type": "TimePickerAttribute",
859            "instance": "TimePickerInstance"
860          },
861          {
862            "name": "Toggle",
863            "type": "ToggleAttribute",
864            "instance": "ToggleInstance"
865          },
866          {
867            "name": "Video",
868            "type": "VideoAttribute",
869            "instance": "VideoInstance"
870          },
871          {
872            "name": "Web",
873            "type": "WebAttribute",
874            "instance": "WebInstance"
875          },
876          {
877            "name": "WindowScene",
878            "type": "WindowSceneAttribute",
879            "instance": "WindowSceneInstance"
880          },
881          {
882            "name": "XComponent",
883            "type": "XComponentAttribute",
884            "instance": "XComponentInstance"
885          },
886          {
887            "name": "GridRow",
888            "type": "GridRowAttribute",
889            "instance": "GridRowInstance"
890          },
891          {
892            "name": "GridCol",
893            "type": "GridColAttribute",
894            "instance": "GridColInstance"
895          },
896          {
897            "name": "WaterFlow",
898            "type": "WaterFlowAttribute",
899            "instance": "WaterFlowInstance"
900          },
901          {
902            "name": "FlowItem",
903            "type": "FlowItemAttribute",
904            "instance": "FlowItemInstance"
905          },
906          {
907            "name": "ImageSpan",
908            "type": "ImageSpanAttribute",
909            "instance": "ImageSpanInstance"
910          },
911          {
912            "name": "LocationButton",
913            "type": "LocationButtonAttribute",
914            "instance": "LocationButtonInstance"
915          },
916          {
917            "name": "PasteButton",
918            "type": "PasteButtonAttribute",
919            "instance": "PasteButtonInstance"
920          },
921          {
922            "name": "SaveButton",
923            "type": "SaveButtonAttribute",
924            "instance": "SaveButtonInstance"
925          },
926          {
927            "name": "UIExtensionComponent",
928            "type": "UIExtensionComponentAttribute",
929            "instance": "UIExtensionComponentInstance"
930          },
931          {
932            "name": "IsolatedComponent",
933            "type": "IsolatedComponentAttribute",
934            "instance": "IsolatedComponentInstance"
935          },
936          {
937            "name": "RichEditor",
938            "type": "RichEditorAttribute",
939            "instance": "RichEditorInstance"
940          },
941          {
942            "name": "Component3D",
943            "type": "Component3DAttribute",
944            "instance": "Component3DInstance"
945          },
946          {
947            "name": "ContainerSpan",
948            "type": "ContainerSpanAttribute",
949            "instance": "ContainerSpanInstance"
950          },
951          {
952            "name": "ArcSwiper",
953            "type": "ArcSwiperAttribute",
954            "instance": "ArcSwiperInstance"
955          },
956          {
957            "name": "ArcScrollBar",
958            "type": "ArcScrollBarAttribute",
959            "instance": "ArcScrollBarInstance"
960          },
961          {
962            "name": "ArcAlphabetIndexer",
963            "type": "ArcAlphabetIndexerAttribute",
964            "instance": "ArcAlphabetIndexerInstance"
965          }
966        ]
967      },
968      "styles": {
969        "decorator": "Styles",
970        "component": {
971            "name": "Common",
972            "type": "T",
973            "instance": "CommonInstance"
974        },
975        "property": "stateStyles"
976      },
977      "concurrent": {
978        "decorator": "Concurrent"
979      },
980      "customComponent": "CustomComponent",
981      "syntaxComponents": {
982        "paramsUICallback": [
983          "ForEach",
984          "LazyForEach"
985        ],
986        "attrUICallback": [
987          {
988            "name": "Repeat",
989            "attributes": ["each", "template"]
990          }
991        ]
992      }
993    },
994    "allowJs": true,
995    "allowSyntheticDefaultImports": true,
996    "esModuleInterop": true,
997    "importsNotUsedAsValues": "preserve",
998    "noImplicitAny": false,
999    "noUnusedLocals": false,
1000    "noUnusedParameters": false,
1001    "experimentalDecorators": true,
1002    "moduleResolution": "node",
1003    "resolveJsonModule": true,
1004    "skipLibCheck": true,
1005    "sourceMap": true,
1006    "module": "commonjs",
1007    "target": "es2021",
1008    "types": [],
1009    "typeRoots": [],
1010    "lib": [
1011      "es2021"
1012    ],
1013    "alwaysStrict": true
1014  },
1015  "exclude": [
1016    "node_modules"
1017  ]
1018}
1019