From 1a103de2f1ef75cd73347953cbe27e14606df871 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Wed, 18 Feb 2026 15:08:40 +0800 Subject: refactor(client): rewrite macros to generate client --- packages/ui-new/tsconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/ui-new/tsconfig.json') diff --git a/packages/ui-new/tsconfig.json b/packages/ui-new/tsconfig.json index 59578c3..fec8c8e 100644 --- a/packages/ui-new/tsconfig.json +++ b/packages/ui-new/tsconfig.json @@ -2,12 +2,12 @@ "files": [], "references": [ { "path": "./tsconfig.app.json" }, - { "path": "./tsconfig.node.json" }, + { "path": "./tsconfig.node.json" } ], "compilerOptions": { "baseUrl": ".", "paths": { - "@/*": ["./src/*"], - }, - }, + "@/*": ["./src/*"] + } + } } -- cgit v1.2.3-70-g09d2