We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cdd80 commit c244c5dCopy full SHA for c244c5d
custom/tsconfig.json
@@ -1,17 +1,14 @@
1
{
2
"compilerOptions": {
3
- "baseUrl": ".", // This should point to your project root
+ "baseUrl": ".",
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
15
"."
16
]
17
}
0 commit comments