UNPKG

@haxiomic/event-signal

Version:

A single event emitter with priority support for TypeScript

13 lines 256 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "commonjs", "moduleResolution": "node", "target": "es2020", "outDir": "dist/cjs", }, "exclude": [ "node_modules", "dist" ], }