Merge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-server into pr/TheArcaneBrony/418-1

This commit is contained in:
Flam3rboy
2021-10-07 18:22:15 +02:00
7 changed files with 45 additions and 43 deletions
+5 -2
View File
@@ -1,13 +1,16 @@
{
"module": {
"type": "commonjs"
},
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true
},
"target": "es2021",
"baseUrl": ".",
"baseUrl": "./",
"paths": {
"@fosscord/api": ["src/index"],
"@fosscord/api": ["src/index.ts"],
"@fosscord/api/*": ["src/*"]
}
}