Files
dsabot/jsconfig.json
TobenderZephyr 126dce828d Cleanup (#19)
* reformatting of skill checks table

* Including own Random "generator", more refactoring
2021-04-22 17:36:10 +02:00

13 lines
270 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@dsabot/*": ["./functions/*"],
"@globals": ["./globals"]
},
},
"exclude": ["node_modules"],
"typeAcquisition": {
"exclude": [ "dotenv" ]
},
}