Issue encountered in the primeng package: While examining node_modules/primeng/components/picklist/picklist.d.ts, errors were found at line numbers 65 and 66.
I have investigated the primeng package further.
primeng/components/picklist/picklist.d.ts
line number 65
line number 66
readonly SOURCE_LIST = -1;
readonly TARGET_LIST = 1;
Error Message: Initializers are not allowed in ambient context due to the variables mentioned above.