@santerzet/botkit
Version:
CLI for Discord Bot
20 lines (18 loc) • 441 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"baseUrl": "./",
"paths": {
"#prompts/*": ["./src/prompts/*.ts"],
"#commands/*": ["./src/commands/*.ts"],
"#functions/*": ["./src/functions/*.ts"],
"#constants": ["./src/constants.ts"]
},
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}