mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 04:15:58 +08:00
- improved lyric command - improved eval - add reloadcmd command - update commands to use collection instead of array
17 lines
428 B
JSON
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/*"]
|
|
} |