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