Pavel Murzich

Results 1 comments of Pavel Murzich

@ptttipool I had the same problem, I just changed a target in a tsconfig.json file `ES2022` -> `ES2021` ``` { "compilerOptions": { "target": "ES2021", ... } } ``` And it...