summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorMaddy <ty.carlier@gmail.com>2022-01-01 01:15:13 +1100
committerMaddy <ty.carlier@gmail.com>2022-01-01 01:15:13 +1100
commit7820f586b2129a9af03b4a62e9fcf684174ab57d (patch)
tree709b8dbfe15734e09b20f322dd7d10f10c354fbe /bundle/package.json
parentUpdated stop.ts (diff)
downloadserver-ts-7820f586b2129a9af03b4a62e9fcf684174ab57d.tar.xz
ts-node support. debugging is slightly wonky as vscode will not allow breakpoints in modules that aren't bundle, yet.
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundle/package.json b/bundle/package.json

index e0ae6156..7e41ff9f 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -51,6 +51,7 @@ "ts-node": "^10.2.1", "ts-node-dev": "^1.1.6", "ts-patch": "^1.4.4", + "tsconfig-paths": "^3.12.0", "typescript": "^4.2.3", "typescript-json-schema": "0.50.1" }, @@ -61,6 +62,7 @@ "@babel/preset-typescript": "^7.15.0", "@fosscord/api": "file:../api", "@fosscord/cdn": "file:../cdn", + "@fosscord/util": "file:../util", "@fosscord/gateway": "file:../gateway", "@sentry/node": "^6.16.1", "@sentry/tracing": "^6.16.1",