aboutsummaryrefslogtreecommitdiffstats
path: root/packages/queue/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/queue/tsconfig.json')
-rw-r--r--packages/queue/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/queue/tsconfig.json b/packages/queue/tsconfig.json
new file mode 100644
index 00000000..71bf61e7
--- /dev/null
+++ b/packages/queue/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "extends": "@hoarder/tsconfig/node.json",
+ "include": ["**/*.ts"],
+ "exclude": ["node_modules"],
+ "compilerOptions": {
+ "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
+ },
+}