UNPKG

newsie

Version:

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

16 lines (15 loc) 272 B
{ "compilerOptions": { "lib": ["ES2024"], "target": "ES2024", "noImplicitAny": false, "noImplicitThis": true, "moduleResolution": "node", "skipLibCheck": true, }, "include": [ "./src/**/*", "./test/**/*", "./examples/**/*" ], }