so the compiler turned typescript into node.js?
so the compiler turned typescript into node.js?
so the compiler turned typescript into node.js?
the fuck



{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../dist",
"rootDir": ".",
"baseUrl": ".",
"paths": {
"#utils/*": ["lib/utils/*"],
"#lib/*": ["lib/*"],
"#root/*": ["*"]
},
"composite": true,
"declaration": true,
"sourceMap": true,
"inlineSources": true,
"esModuleInterop": true,
"removeComments": true
},
"include": ["."]
} "imports": {
"#lib/*": "./dist/lib/*.js",
"#root/*": "./dist/*.js",
"#utils/*": "./dist/lib/utils/*.js"
}, const display = new PaginatedMessage();
for (const page of chunked) {
display.addPage(() =>
new MessageEmbed()
.setTitle('test')
);
}
await display.run(msg.author, msg.channel as TextChannel);