XGHGitHub
scoped-relay
Public
CodeCommitsAxiomsAsk
scoped-relay
.github
workflows
dry-run.yml
agent
node
discord.tsmapping.tspackage.jsonrelay.tsreport.tsscope.tsslack.tstsconfig.json
python
__init__.pydiscord_adapter.pymapping.pyrelay.pyreport.pyrequirements.txtscope.pyslack_adapter.pytest_mapping.pytest_scope.py
docs
scoped-relays.mdsetup.md
examples
discord.mdlocal.yamlmapping.md
schema
channels.mdmapping.schema.json
.gitignoreAXIOMS.mdCONTRIBUTING.mdLICENSEPROTOCOL.mdREADME.md
scoped-relayagentnodetsconfig.json
json10 lines · 159 B
1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "NodeNext",
5 "moduleResolution": "NodeNext",
6 "strict": true,
7 "types": ["node"]
8 }
9}
10