UNPKG

pocket-messaging

Version:

A small cryptographic messaging library written in TypeScript both for browser and nodejs supporting TCP and WebSockets

16 lines (15 loc) 349 B
{ "extends": "@tsconfig/node12/tsconfig.json", "compilerOptions": { "experimentalDecorators": true, "preserveConstEnums": true, "outDir": "build", "module": "commonjs", "declaration": true, "target": "es2020", "esModuleInterop": true }, "files": [ "./index.ts" ] }