From d07e7b834831230b53860d0919a68edc2d36193d Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 8 Jan 2022 21:36:43 +0100 Subject: build: Eslint fixes for multi-module project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristóf Marussy --- packages/renderer/tsconfig.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'packages/renderer/tsconfig.json') diff --git a/packages/renderer/tsconfig.json b/packages/renderer/tsconfig.json index 8746462..14c3e0c 100644 --- a/packages/renderer/tsconfig.json +++ b/packages/renderer/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.json", + "extends": "../../config/tsconfig.base.json", "compilerOptions": { "noEmit": true, "jsx": "react", @@ -14,12 +14,14 @@ }, "references": [ { - "path": "../shared" + "path": "../shared/tsconfig.build.json" } ], "include": [ "src/**/*.ts", "src/**/*.tsx", - "types/**/*.d.ts" + "types/**/*.d.ts", + ".eslintrc.cjs", + "vite.config.js" ] } -- cgit v1.2.3-70-g09d2