UNPKG

@haxiomic/event-signal

Version:

A single event emitter with priority support for TypeScript

15 lines 377 B
{ "compilerOptions": { "strict": true, "noEmit": false, "module": "NodeNext", "moduleResolution": "nodenext", "allowArbitraryExtensions": true, "declaration": true, "declarationDir": "./dist/types", "jsx": "react", "outDir": "./dist/esm", "allowJs": true, "skipLibCheck": true, } }