TS Decorators: project using experimental definition with or without flag

The following code is working in the TS playground, but doesnt seem to work with the same config settings in my actual project.

Code:

    class Test {
        @loggedMethod
        private async sayHi(txt: string) {
            console.log(txt);
        }
    
        async difMethod() {
            this.sayHi('well');
        }
    }
    
    function loggedMethod(originalMethod: any, context: ClassMethodDecoratorContext) {
        const methodName = String(context.name);
    
        function replacementMethod(this: any, ...args: any[]) {
            console.log(`LOG: Entering method '${methodName}'.`);
            const result = originalMethod.call(this, ...args);
            console.log(`LOG: Exiting method '${methodName}'.`);
            return result;
        }
    
        return replacementMethod;
    }
    
    const tClass = new Test();
    tClass.difMethod();

ts.config (local)

 {
      "compilerOptions": {
        "target": "es5",
        "lib": [
          "dom",
          "dom.iterable",
          "esnext"
        ],
        "experimentalDecorators": true,
        "suppressImplicitAnyIndexErrors": true,
        "allowJs": true,
        "skipLibCheck": true,
        "esModuleInterop": true,
        "allowSyntheticDefaultImports": true,
        "strict": true,
        "forceConsistentCasingInFileNames": true,
        "noFallthroughCasesInSwitch": true,
        "module": "esnext",
        "moduleResolution": "node",
        "resolveJsonModule": true,
        "isolatedModules": true,
        "noEmit": true,
        "jsx": "react-jsx"
      },
      "include": [
        "src"
      ]
    }

On the other hand, the following does work in my actual project

    class Test {
        @loggedMethod
        private async sayHi(txt: string) {
            console.log(txt);
        }
    
        async difMethod() {
            this.sayHi('well');
        }
    }
    
    function loggedMethod(target: any, name: string, descriptor: PropertyDescriptor) {
        target[name] = function replacementMethod(this: any, ...args: any[]) {
            console.log(`LOG: Entering method '${name}'.`);
            const result = descriptor.value?.call(this, ...args);
            console.log(`LOG: Exiting method '${name}'.`);
            return result;
        };
    
        return target[name];
    }
    
    const tClass = new Test();
    tClass.difMethod();

Notice the difference in the arguments for the decorator function. Why the difference? Both are set to TS 5.4.5 and it does work for the second version when I remove the "experimentalDecorators": true, However, when I do remove "experimentalDecorators": true, I get an error Unable to resolve signature of method decorator when called as an expression. The runtime will invoke the decorator with 2 arguments, but the decorator expects 3. Which would reflect the documentation of TS5.x decorators as shown https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#decorators in the number of arguments, but it seems that, regardless of my "experimentalDecorators": true, option, it is using the old decorator definition. Is there another config somewhere?

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật