Tinasha-Bot/jsconfig.json
frostice482 70a872de45 commit
- improved lyric command
- improved eval
- add reloadcmd command
- update commands to use collection instead of array
2025-01-26 12:51:43 +07:00

17 lines
428 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"baseUrl": "./",
"paths": {
"@root/*": ["./*"],
"@handlers/*": ["./src/handlers/*"],
"@helpers/*": ["./src/helpers/*"],
"@schemas/*": ["./src/database/schemas/*"],
"@src/*": ["./src/*"],
"@structures/*": ["./src/structures/*"]
}
},
"include": ["src"],
"exclude": ["node_modules", "**/node_modules/*"]
}