UNPKG

@arayutw/emitter

Version:

Functional Event Emitter(Pubsub).

22 lines 494 B
{ "compilerOptions": { "target": "ES6", "sourceMap": true, "mapRoot": "./", "moduleResolution": "node", "emitDeclarationOnly": true, "esModuleInterop": true, "skipLibCheck": true, "strict": true, "strictNullChecks": true, "declarationDir": "./dist/types", "declaration": true, "lib": [ "dom", "ES6" ] }, "include": [ "src/scripts/**/*.ts" ] }