Cleanup (#19)
* reformatting of skill checks table * Including own Random "generator", more refactoring
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@dsabot/*": ["functions/*"],
|
||||
"@dsabot/*": ["./functions/*"],
|
||||
"@globals": ["./globals"]
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
"typeAcquisition": {
|
||||
"exclude": [ "dotenv" ]
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user