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-20 23:34:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-20 23:34:54 +0200
commitcdbb54bb3c5915556cd69b44a9eaef49c3d19d50 (patch)
treecf4ceb6f2cb52e285c6e3c2c7c173104ebe6c0cc /cdn/tsconfig.json
parentMerge branch 'master' into unittests (diff)
downloadserver-cdbb54bb3c5915556cd69b44a9eaef49c3d19d50.tar.xz
:art: rewrite imports
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" }]