Skip to content

Commit 4752cc3

Browse files
committed
chore: update tsconfig
1 parent c1dfef6 commit 4752cc3

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

custom/tsconfig.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,28 @@
33
"baseUrl": ".", // This should point to your project root
44
"paths": {
55
"@/*": [
6-
"../node_modules/adminforth/dist/spa/src/*"
6+
// "node_modules/adminforth/dist/spa/src/*"
7+
"../../../adminforth/spa/src/*"
78
],
89
"*": [
9-
"../node_modules/adminforth/dist/spa/node_modules/*"
10+
// "node_modules/adminforth/dist/spa/node_modules/*"
11+
"../../../adminforth/spa/node_modules/*"
1012
],
1113
"@@/*": [
14+
// "node_modules/adminforth/dist/spa/src/*"
1215
"."
1316
]
1417
}
15-
}
18+
},
19+
"include": [
20+
"./**/*.ts",
21+
"./**/*.tsx",
22+
"./**/*.vue",
23+
"../**/*.ts",
24+
"../**/*.tsx",
25+
"../**/*.vue",
26+
"../*.vue",
27+
"../*.ts",
28+
"../*.tsx"
29+
]
1630
}

0 commit comments

Comments
 (0)