summary refs log tree commit diff
path: root/cdn/tsconfig.json
diff options
context:
space:
mode:
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" }]
 	}
 }