UNPKG

myteams-api

Version:

An MyTeams Module to use discord.js and Twitch API easily

20 lines 540 B
{ "compilerOptions": { "lib": ["ESNext"], "module": "commonjs", "moduleResolution": "node", "target": "ESNext", "declaration": true, "outDir": "Dist", "sourceMap": true, "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "skipDefaultLibCheck": true, "resolveJsonModule": true }, "include": ["./src"], "exclude": ["./node_modules"] }