# Project Hints ## Decorators - Uses TC39 Stage 3 decorators (not legacy `experimentalDecorators`) - The `@foldDec()` decorator requires the `accessor` keyword on properties - Example: `@foldDec() accessor myProp: string = 'value';` ## Dependencies - Last upgraded: December 2024 - Uses @push.rocks/smartenv v6.x - Uses @git.zone/tstest v3.x for testing