From 5a5919aaeda6e121f21d60f1e56d18500c4e9ea8 Mon Sep 17 00:00:00 2001 From: repi Date: Mon, 1 Jan 2001 00:00:00 +0000 Subject: [PATCH] chore: add worker app tsconfig --- apps/worker/tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/worker/tsconfig.json diff --git a/apps/worker/tsconfig.json b/apps/worker/tsconfig.json new file mode 100644 index 0000000..49e05ce --- /dev/null +++ b/apps/worker/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "outDir": "./dist", + "rootDir": "./src" + }, + "include": ["src"] +}