From cf23e60c17763123caa77f1194e6efd913692ea1 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 23 Dec 2021 00:43:55 +0100 Subject: feat: Add shared package for electron ipc --- packages/main/tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/main/tsconfig.json') diff --git a/packages/main/tsconfig.json b/packages/main/tsconfig.json index 1a569d2..970215c 100644 --- a/packages/main/tsconfig.json +++ b/packages/main/tsconfig.json @@ -1,11 +1,17 @@ { "extends": "../../tsconfig.json", "compilerOptions": { + "noEmit": true, "types": [ "node", "vite/client" ] }, + "references": [ + { + "path": "../shared" + } + ], "include": [ "src/**/*.ts", "types/**/*.d.ts" -- cgit v1.2.3-54-g00ecf