From f16470eaf2feb239362d1aea4846692ad8dbc9fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:56:00 +0800 Subject: [PATCH] fix: workspace tsconfig --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a0a665b..b96d428 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,6 @@ { - "extends": "@importantimport/tsconfig" + "references": [ + { "path": "./packages/eslint-config/tsconfig.json" } + ], + "files": [] }