summary refs log tree commit diff
path: root/api/tsconfig.json
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-15 18:39:57 +0200
committerGitHub <noreply@github.com>2021-10-15 18:39:57 +0200
commit0c811dbee9b960b7b1ef28a85ff79e86672af856 (patch)
treea25db8eb098d5651df8228911bc01716abef1cf6 /api/tsconfig.json
parentMerge pull request #462 from hbjydev/unit-tests-expanded (diff)
parent:sparkles: sticker events (diff)
downloadserver-ts-0c811dbee9b960b7b1ef28a85ff79e86672af856.tar.xz
Merge pull request #455 from fosscord/sticker
Stickers
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