this.myset = new Set(flat.map(item => JSON.stringify(item))); console.log([...this.myset]); This compiles fine. But in run time, this gives the following error: _this.myset.slice is not a function I have added experimental decorators to tsconfig. What else can I do ?