diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-18 01:50:20 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-18 01:50:20 +0200 |
commit | 1e331b7c9d74cc4a0c532ebe8562986547d388ca (patch) | |
tree | 640fb5851f68f4338abc7366858e53ccf9d5222e /cdn/tsconfig.json | |
parent | :sparkles: generate test responses (diff) | |
download | server-1e331b7c9d74cc4a0c532ebe8562986547d388ca.tar.xz |
:art: use typescript plugin that converts to relative paths
Diffstat (limited to 'cdn/tsconfig.json')
-rw-r--r-- | cdn/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cdn/tsconfig.json b/cdn/tsconfig.json index 2daac1ad..f893869f 100644 --- a/cdn/tsconfig.json +++ b/cdn/tsconfig.json @@ -70,6 +70,7 @@ "paths": { "@fosscord/cdn/": ["src/index.ts"], "@fosscord/cdn/*": ["src/*"] - } + }, + "plugins": [{ "transform": "@zerollup/ts-transform-paths" }] } } |