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"] }