1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 17:51:35 +02:00
server/gateway/.swcrc
Flam3rboy 826b2c9820 🐛 fix build
2021-10-09 01:44:44 +02:00

17 lines
215 B
Plaintext

{
"module": {
"type": "commonjs"
},
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true
},
"target": "es5",
"baseUrl": ".",
"paths": {
"@fosscord/gateway": ["src/index"]
}
}
}