summary refs log tree commit diff
path: root/api/tsconfig.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-15 00:03:35 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-15 00:03:35 +0200
commitbc85d6ff86ab2b1ee6b010a392362bda03961376 (patch)
tree630010cafcb0e572ed2b94d71d61fe114ab16ce3 /api/tsconfig.json
parent:bug: fix sticker packs (diff)
downloadserver-bc85d6ff86ab2b1ee6b010a392362bda03961376.tar.xz
:art: reformat
Diffstat (limited to 'api/tsconfig.json')
-rw-r--r--api/tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/api/tsconfig.json b/api/tsconfig.json

index 2cf4e4c1..80d7251f 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json
@@ -67,8 +67,7 @@ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, "baseUrl": ".", "paths": { - "@fosscord/api": ["src/index"], - "@fosscord/api/*": ["src/*"] + "@fosscord/api": ["src/index"] }, "plugins": [{ "transform": "@zerollup/ts-transform-paths" }], "experimentalDecorators": true