From b66c8afbf1eec8748118314d2fdf145febaa8caa Mon Sep 17 00:00:00 2001 From: autofix Date: Sun, 8 Mar 2026 23:29:07 +0000 Subject: [PATCH] autofix: format --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1ffef60..d32ff68 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,4 @@ { "files": [], - "references": [ - { "path": "./tsconfig.app.json" }, - { "path": "./tsconfig.node.json" } - ] + "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }] }