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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/tsconfig.json b/cdn/tsconfig.json

index f893869f..f2f378e1 100644 --- a/cdn/tsconfig.json +++ b/cdn/tsconfig.json
@@ -68,7 +68,7 @@ "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" }]