Just make this change in your: tsconfig.json file
{ "compilerOptions": { "target": "esnext", "module": "esnext", "outDir": "./dist" } }