UNPKG

ztobp.js

Version:

A bot framework for custom bots in chat rooms.

14 lines (13 loc) 301 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "outDir": "./dist", "rootDir": "./src", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "types": ["node"] // <-- Add this line } }