Skip to content

Commit c244c5d

Browse files
committed
fix: remove comments from ./custom/tsconfig.json
1 parent 50cdd80 commit c244c5d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

custom/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": ".", // This should point to your project root
3+
"baseUrl": ".",
44
"paths": {
55
"@/*": [
6-
// "node_modules/adminforth/dist/spa/src/*"
76
"../../../adminforth/spa/src/*"
87
],
98
"*": [
10-
// "node_modules/adminforth/dist/spa/node_modules/*"
119
"../../../adminforth/spa/node_modules/*"
1210
],
1311
"@@/*": [
14-
// "node_modules/adminforth/dist/spa/src/*"
1512
"."
1613
]
1714
}

0 commit comments

Comments
 (0)