aboutsummaryrefslogtreecommitdiffstats
path: root/packages/workers/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/workers/tsconfig.json')
-rw-r--r--packages/workers/tsconfig.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/workers/tsconfig.json b/packages/workers/tsconfig.json
new file mode 100644
index 00000000..5ab467a9
--- /dev/null
+++ b/packages/workers/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "extends": "@tsconfig/node21/tsconfig.json",
+ "include": ["**/*.ts"],
+ "exclude": ["node_modules"]
+}