Skip to content

Commit 50cdd80

Browse files
committed
chore: update tsconfig
1 parent e497404 commit 50cdd80

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

custom/tsconfig.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
{
22
"compilerOptions": {
33
"baseUrl": ".", // This should point to your project root
4-
"esModuleInterop": true,
54
"paths": {
65
"@/*": [
76
// "node_modules/adminforth/dist/spa/src/*"
8-
"../../../spa/src/*"
7+
"../../../adminforth/spa/src/*"
98
],
109
"*": [
1110
// "node_modules/adminforth/dist/spa/node_modules/*"
12-
"../../../spa/node_modules/*"
11+
"../../../adminforth/spa/node_modules/*"
1312
],
1413
"@@/*": [
1514
// "node_modules/adminforth/dist/spa/src/*"
1615
"."
1716
]
1817
}
19-
}
18+
},
19+
"include": [
20+
"./**/*.ts",
21+
"./**/*.tsx",
22+
"./**/*.vue",
23+
"../**/*.ts",
24+
"../**/*.tsx",
25+
"../**/*.vue",
26+
"../*.vue",
27+
"../*.ts",
28+
"../*.tsx"
29+
]
2030
}

0 commit comments

Comments
 (0)