{ "compilerOptions": { "baseUrl": ".", "paths": { "@dsabot/*": ["./functions/*"], "@globals": ["./globals"], "@data/*": ["./data/*"], "@Commands/*": ["./commands/*"], "@Lib/*": ["./lib/*"] } }, "exclude": ["node_modules"], "typeAcquisition": { "exclude": ["dotenv", "source-map"] } }