* Generic Object Injection Sink * (fix) "Character" is not defined. * added eslint * improve code quality, use refactored function * (fix) eslint jest * "Character" is not defined * removed unused file Compare.js * (fix) PointsUsed is not defined * (fix) eslint moans jsconfig * turn off "no-prototype-builtins" * push code coverage
17 lines
396 B
JSON
17 lines
396 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@dsabot/*": ["./functions/*"],
|
|
"@globals": ["./globals"],
|
|
"@data/*": ["./data/*"],
|
|
"@Commands/*": ["./commands/*"],
|
|
"@Lib/*": ["./lib/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"typeAcquisition": {
|
|
"exclude": ["dotenv", "source-map"]
|
|
}
|
|
}
|