ARAditya Rawatincustom-priority-event-emitter.hashnode.dev·Dec 18, 2024 · 6 min readHow to Create a Custom Priority Event Emitter in Node.jsSetup : Libraries Installation and Setup npm i -d @types/node tsx typescript npx tsc --init Change tsconfig.json and package.json // tsconfig.json { "compilerOptions": { "target": "es2016", "module": "ES6", "moduleResolution": "nodenex...00