summary refs log tree commit diff
path: root/cdn/tsconfig.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-18 01:50:20 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-18 01:50:20 +0200
commit578cc8b4b616518eae2e4cd9ccabf1bdb4f29980 (patch)
tree34a8e61bdaaa1dbf4add51c4fc5869a60b11596a /cdn/tsconfig.json
parent:sparkles: generate test responses (diff)
downloadserver-578cc8b4b616518eae2e4cd9ccabf1bdb4f29980.tar.xz
:art: use typescript plugin that converts to relative paths
Diffstat (limited to 'cdn/tsconfig.json')
-rw-r--r--cdn/tsconfig.json3
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" }]
 	}
 }