From 3ad437fcda0ebde880f60cb150aea735408e696f Mon Sep 17 00:00:00 2001 From: Mihir Motiyani Date: Tue, 30 Sep 2025 14:38:03 +0530 Subject: [PATCH] tsconfig references error --- tsconfig.json | 3 +-- tsconfig.node.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1ffef60..426eda2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "files": [], "references": [ - { "path": "./tsconfig.app.json" }, - { "path": "./tsconfig.node.json" } + { "path": "./tsconfig.app.json" } ] } diff --git a/tsconfig.node.json b/tsconfig.node.json index 9514114..aa8fcbe 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -15,6 +15,5 @@ "jsx": "react-jsx", "types": ["react", "react-dom"] }, - "include": ["src"], - "references": [{ "path": "./tsconfig.node.json" }] + "include": ["src"] }