1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00
server/cdn/.swcrc

13 lines
144 B
Plaintext
Raw Normal View History

2021-10-06 18:20:22 +02:00
{
"module": {
"type": "commonjs"
},
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true
},
"target": "es2021"
}
}