1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 10:41:34 +02:00
server/gateway/.swcrc

17 lines
215 B
Plaintext
Raw Normal View History

2021-10-06 18:20:22 +02:00
{
"module": {
"type": "commonjs"
},
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true
},
2021-10-09 01:44:44 +02:00
"target": "es5",
2021-10-07 18:20:03 +02:00
"baseUrl": ".",
"paths": {
2021-10-09 01:44:44 +02:00
"@fosscord/gateway": ["src/index"]
2021-10-07 18:20:03 +02:00
}
}
}