Ā© 2026 Hedgehog Software, LLC
@sapphire/framework
tsc
{ "extends": "@sapphire/ts-config", "compilerOptions": { // Module stuff "module": "CommonJS", "moduleResolution": "node", "esModuleInterop": true, // Compilation directories "rootDir": "src", "outDir": "out", "tsBuildInfoFile": "out/.tsbuildinfo", // Paths and such "baseUrl": "./src", "paths": { "#lib/*": ["./lib/*"], "#types/*": ["./lib/types/*"] } }, }
Join the Discord to ask follow-up questions and connect with the community
Sapphire is a next-gen object-oriented Discord.js bot framework.
2,286 Members