Skip to content

Commit bdc984e

Browse files
committed
fix: update tsconfig paths to correct module references
1 parent 1e3b561 commit bdc984e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

adminforth/commands/createPlugin/templates/custom/tsconfig.json.hbs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
"baseUrl": ".", // This should point to your project root
44
"paths": {
55
"@/*": [
6-
// "node_modules/adminforth/dist/spa/src/*"
7-
"../../../spa/src/*"
6+
"../node_modules/adminforth/dist/spa/src/*"
87
],
98
"*": [
10-
// "node_modules/adminforth/dist/spa/node_modules/*"
11-
"../../../spa/node_modules/*"
9+
"../node_modules/adminforth/dist/spa/node_modules/*"
1210
],
1311
"@@/*": [
14-
// "node_modules/adminforth/dist/spa/src/*"
1512
"."
1613
]
1714
}

0 commit comments

Comments
 (0)