1 files changed, 3 insertions, 2 deletions
diff --git a/cdn/tsconfig.json b/cdn/tsconfig.json
index 2daac1ad..f2f378e1 100644
--- a/cdn/tsconfig.json
+++ b/cdn/tsconfig.json
@@ -68,8 +68,9 @@
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
"baseUrl": ".",
"paths": {
- "@fosscord/cdn/": ["src/index.ts"],
+ "@fosscord/cdn/": ["src/index"],
"@fosscord/cdn/*": ["src/*"]
- }
+ },
+ "plugins": [{ "transform": "@zerollup/ts-transform-paths" }]
}
}
|