15 lines
362 B
JSON
15 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@dsabot/*": ["./functions/*"],
|
|
"@globals": ["./globals"],
|
|
"@data": ["./data/*"],
|
|
"@Commands": ["./commands/*"]
|
|
},
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"typeAcquisition": {
|
|
"exclude": [ "dotenv", "source-map" ]
|
|
},
|
|
} |