EngineerHus

Results 1 comments of EngineerHus

> Check this - > > change tsconfig.json file > > "compilerOptions": { "target": "es2017", "module": "commonjs", ....... }, > > to this > > "compilerOptions": { "target": "esnext", "module":...