UNPKG

newsie

Version:

An NNTP Client Library targeting NodeJS. It supports the authentication, TLS encryption, base NNTP commands, and more.

20 lines (19 loc) 304 B
{ "extends": "./tsconfig.json", "compilerOptions": { "noImplicitAny": true, "sourceMap": true, "outDir": "dist", "declaration": true, "baseUrl": ".", "paths": { "*": [ "node_modules/", "src/types" ] } }, "include": [ "./src/**/*" ] }