Skip to content

Commit 3fded8a

Browse files
committed
chore: types
1 parent d707522 commit 3fded8a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"compilerOptions": {
44
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
55
"lib": ["ESNext", "DOM", "DOM.Iterable"],
6-
"baseUrl": ".",
76
"paths": {
87
"@/*": ["./src/*"],
98
"#/*": ["./src/types/*"]

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
// 此处配置是为了满足 shadcn-vue CLI 的配置要求
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"paths": {
65
"@/*": ["./src/*"]
76
}

0 commit comments

Comments
 (0)