summary refs log tree commit diff
path: root/bundle/tsconfig.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 01:44:44 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 01:44:44 +0200
commitd842478d063f7425b52fd504630fe3facf3e2c5a (patch)
treee6e4644765156ad46133cef634baa87d24c34038 /bundle/tsconfig.json
parent:sparkles: added Dockerfile for bundle (diff)
downloadserver-ts-d842478d063f7425b52fd504630fe3facf3e2c5a.tar.xz
:bug: fix build
Diffstat (limited to 'bundle/tsconfig.json')
-rw-r--r--bundle/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundle/tsconfig.json b/bundle/tsconfig.json

index b300a426..69725244 100644 --- a/bundle/tsconfig.json +++ b/bundle/tsconfig.json
@@ -65,6 +65,7 @@ "skipLibCheck": true /* Skip type checking of declaration files. */, "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, "emitDecoratorMetadata": true, - "experimentalDecorators": true + "experimentalDecorators": true, + "baseUrl": "." } }