mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 19:02:33 +01:00
18 lines
248 B
Plaintext
18 lines
248 B
Plaintext
{
|
|
"module": {
|
|
"type": "commonjs"
|
|
},
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true
|
|
},
|
|
"target": "es2021",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@fosscord/cdn/": ["src/index"],
|
|
"@fosscord/cdn/*": ["src/*"]
|
|
}
|
|
}
|
|
}
|