aboutsummaryrefslogtreecommitdiffstats
path: root/packages/queue/tsconfig.json
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2024-10-27 23:37:54 +0000
committerMohamed Bassem <me@mbassem.com>2024-10-27 23:40:10 +0000
commita746e9a38e53e4a9114d786c7fb1b3ef4ca67870 (patch)
treebf1d819f6faca01bc7c3db1efe91c0879caaf4a8 /packages/queue/tsconfig.json
parenteb7da996a7c2d617d276f296cac07a6fd5648664 (diff)
downloadkarakeep-a746e9a38e53e4a9114d786c7fb1b3ef4ca67870.tar.zst
deps: Extract the queue implementation into its own repos
Diffstat (limited to 'packages/queue/tsconfig.json')
-rw-r--r--packages/queue/tsconfig.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/queue/tsconfig.json b/packages/queue/tsconfig.json
deleted file mode 100644
index 71bf61e7..00000000
--- a/packages/queue/tsconfig.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@hoarder/tsconfig/node.json",
- "include": ["**/*.ts"],
- "exclude": ["node_modules"],
- "compilerOptions": {
- "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
- },
-}