Skip to content

Commit 359050e

Browse files
committed
chore: update tsconfig
1 parent e1f6fe5 commit 359050e

File tree

1 file changed

+28
-17
lines changed

1 file changed

+28
-17
lines changed

custom/tsconfig.json

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
{
2-
"compilerOptions": {
3-
"baseUrl": ".", // This should point to your project root
4-
"paths": {
5-
"@/*": [
6-
// "node_modules/adminforth/dist/spa/src/*"
7-
"../../../spa/src/*"
8-
],
9-
"*": [
10-
// "node_modules/adminforth/dist/spa/node_modules/*"
11-
"../../../spa/node_modules/*"
12-
],
13-
"@@/*": [
14-
// "node_modules/adminforth/dist/spa/src/*"
15-
"."
16-
]
17-
}
2+
"compilerOptions": {
3+
"baseUrl": ".", // This should point to your project root
4+
"paths": {
5+
"@/*": [
6+
// "node_modules/adminforth/dist/spa/src/*"
7+
"../../../adminforth/spa/src/*"
8+
],
9+
"*": [
10+
// "node_modules/adminforth/dist/spa/node_modules/*"
11+
"../../../adminforth/spa/node_modules/*"
12+
],
13+
"@@/*": [
14+
// "node_modules/adminforth/dist/spa/src/*"
15+
"."
16+
]
1817
}
19-
}
18+
},
19+
"include": [
20+
"./**/*.ts",
21+
"./**/*.tsx",
22+
"./**/*.vue",
23+
"../**/*.ts",
24+
"../**/*.tsx",
25+
"../**/*.vue",
26+
"../*.vue",
27+
"../*.ts",
28+
"../*.tsx"
29+
]
30+
}

0 commit comments

Comments
 (0)