aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/ui-new/tsconfig.json
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-02-18 15:08:40 +0800
committer苏向夜 <fu050409@163.com>2026-02-18 15:08:40 +0800
commit1a103de2f1ef75cd73347953cbe27e14606df871 (patch)
treeeecb01f025bd9941aaa42ccebee02109cb5c7942 /packages/ui-new/tsconfig.json
parent2c3de3ac5ab1ab59f7245ab9cbdfda9b4e96dcb0 (diff)
downloadDropOut-1a103de2f1ef75cd73347953cbe27e14606df871.tar.gz
DropOut-1a103de2f1ef75cd73347953cbe27e14606df871.zip
refactor(client): rewrite macros to generate client
Diffstat (limited to 'packages/ui-new/tsconfig.json')
-rw-r--r--packages/ui-new/tsconfig.json8
1 files changed, 4 insertions, 4 deletions
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/*"]
+ }
+ }
}