* reformatting of skill checks table * Including own Random "generator", more refactoring
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@dsabot/*": ["./functions/*"],
|
|
"@globals": ["./globals"]
|
|
},
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"typeAcquisition": {
|
|
"exclude": [ "dotenv" ]
|
|
},
|
|
} |