Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit fbfada4

Browse files
committed
frontend: fix alias setting
1 parent 7d4e0fd commit fbfada4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

frontend/tsconfig.app.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"noUnusedParameters": true,
2323
"erasableSyntaxOnly": true,
2424
"noFallthroughCasesInSwitch": true,
25-
"noUncheckedSideEffectImports": true
25+
"noUncheckedSideEffectImports": true,
26+
"baseUrl": ".",
27+
"paths": {
28+
"@/*": ["./src/*"]
29+
}
2630
},
27-
"include": ["src"],
28-
"baseUrl": ".",
29-
"paths": {
30-
"@/*": ["./src/*"]
31-
}
31+
"include": ["src"]
3232
}

0 commit comments

Comments
 (0)