aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/ui-new/tsconfig.app.json
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-02-22 19:47:13 +0800
committer苏向夜 <fu050409@163.com>2026-02-22 19:47:13 +0800
commit01b546cc816c4fb6b7389e5122b7802d7e724a2b (patch)
treeb33e71dc81c60a6678e6fb14f736713bd94bd5dc /packages/ui-new/tsconfig.app.json
parent1a103de2f1ef75cd73347953cbe27e14606df871 (diff)
downloadDropOut-01b546cc816c4fb6b7389e5122b7802d7e724a2b.tar.gz
DropOut-01b546cc816c4fb6b7389e5122b7802d7e724a2b.zip
refactor(shadcn): use base lyra instead
Diffstat (limited to 'packages/ui-new/tsconfig.app.json')
-rw-r--r--packages/ui-new/tsconfig.app.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/ui-new/tsconfig.app.json b/packages/ui-new/tsconfig.app.json
index ce9121a..54f0bdf 100644
--- a/packages/ui-new/tsconfig.app.json
+++ b/packages/ui-new/tsconfig.app.json
@@ -27,8 +27,8 @@
/* Paths */
"baseUrl": ".",
"paths": {
- "@/*": ["./src/*"],
- },
+ "@/*": ["./src/*"]
+ }
},
- "include": ["src"],
+ "include": ["src"]
}