UNPKG

tsrcon-client

Version:

A TypeScript RCON client for communicating with a RCON Server.

16 lines (15 loc) 322 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "Node", "outDir": "dist", "rootDir": "src", "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true }, "include": ["src"] }