mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 12:42:44 +01:00
13 lines
144 B
Plaintext
13 lines
144 B
Plaintext
{
|
|
"module": {
|
|
"type": "commonjs"
|
|
},
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true
|
|
},
|
|
"target": "es2021"
|
|
}
|
|
}
|