Skip to content

Commit 60e333f

Browse files
committed
chore: update tsconfig
1 parent 5ce35d4 commit 60e333f

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

custom/tsconfig.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,27 @@
44
"paths": {
55
"@/*": [
66
// "node_modules/adminforth/dist/spa/src/*"
7-
"../../../spa/src/*"
7+
"../../../adminforth/spa/src/*"
88
],
99
"*": [
1010
// "node_modules/adminforth/dist/spa/node_modules/*"
11-
"../../../spa/node_modules/*"
11+
"../../../adminforth/spa/node_modules/*"
1212
],
1313
"@@/*": [
1414
// "node_modules/adminforth/dist/spa/src/*"
1515
"."
1616
]
1717
}
18-
}
18+
},
19+
"include": [
20+
"./**/*.ts",
21+
"./**/*.tsx",
22+
"./**/*.vue",
23+
"../**/*.ts",
24+
"../**/*.tsx",
25+
"../**/*.vue",
26+
"../*.vue",
27+
"../*.ts",
28+
"../*.tsx"
29+
]
1930
}

0 commit comments

Comments
 (0)