@sheweny/paginator
Version:
This module is a prototype of discord embeds paginator using discord.js V13 and array-paginator module.
20 lines (19 loc) • 417 B
JSON
{
"version": "2.4.2",
"compilerOptions": {
"lib": ["EsNext"],
"target": "Es2022",
"module": "commonjs",
"noEmitOnError": true,
"strict": true,
"moduleResolution": "node",
"sourceMap": false,
"outDir": "./dist",
"rootDir": "./src",
"removeComments": true,
"noImplicitAny": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["node_modules"]
}