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
commit88425f87ecdc5e0d8e64a8e0ce44fea19daf4652 (patch)
treec81daa5711491f74d6b0a51767640132ee0a009d /api/tsconfig.json
parent:bug: fix sticker packs (diff)
downloadserver-ts-88425f87ecdc5e0d8e64a8e0ce44fea19daf4652.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