mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 10:52:31 +01:00
17 lines
215 B
Plaintext
17 lines
215 B
Plaintext
{
|
|
"module": {
|
|
"type": "commonjs"
|
|
},
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true
|
|
},
|
|
"target": "es5",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@fosscord/gateway": ["src/index"]
|
|
}
|
|
}
|
|
}
|