We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3b561 commit bdc984eCopy full SHA for bdc984e
adminforth/commands/createPlugin/templates/custom/tsconfig.json.hbs
@@ -3,15 +3,12 @@
3
"baseUrl": ".", // This should point to your project root
4
"paths": {
5
"@/*": [
6
- // "node_modules/adminforth/dist/spa/src/*"
7
- "../../../spa/src/*"
+ "../node_modules/adminforth/dist/spa/src/*"
8
],
9
"*": [
10
- // "node_modules/adminforth/dist/spa/node_modules/*"
11
- "../../../spa/node_modules/*"
+ "../node_modules/adminforth/dist/spa/node_modules/*"
12
13
"@@/*": [
14
15
"."
16
]
17
}
0 commit comments