summary refs log tree commit diff
path: root/bundle/tsconfig.json
diff options
context:
space:
mode:
authorThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-22 17:43:39 +0000
committerThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-22 18:43:39 +0100
commita9a92ff2cb3f9668d7a3d5b025bc20753a4c934c (patch)
treedc98592046563ed486c9a5ebd18d2618d769b59b /bundle/tsconfig.json
parentImprove build scripts, strip more fs-extras (diff)
downloadserver-a9a92ff2cb3f9668d7a3d5b025bc20753a4c934c.tar.xz
Add Sentry, fix compile errors
Diffstat (limited to 'bundle/tsconfig.json')
-rw-r--r--bundle/tsconfig.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/bundle/tsconfig.json b/bundle/tsconfig.json

index 58c61132..2257b4ab 100644 --- a/bundle/tsconfig.json +++ b/bundle/tsconfig.json
@@ -45,7 +45,7 @@ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ /* Module Resolution Options */ - // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ + "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ // "typeRoots": [], /* List of folders to include type definitions from. */ "types": [ @@ -79,6 +79,8 @@ "@fosscord/cdn": ["cdn/src/index"], "@fosscord/util": ["util/src/index"] }, - "plugins": [{ "transform": "@zerollup/ts-transform-paths" }] + "plugins": [{ "transform": "@zerollup/ts-transform-paths" }], + "noEmitHelpers": true, + "importHelpers": true } }