We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8b21b commit 3f55714Copy full SHA for 3f55714
1 file changed
front-end/tsconfig.json
@@ -16,6 +16,10 @@
16
"typeRoots": [
17
"node_modules/@types"
18
],
19
+ "paths": {
20
+ "@service/*":["src/app/service/*"],
21
+ "@model/*":["src/app/model/*"]
22
+ },
23
"lib": [
24
"es2018",
25
"dom"
0 commit comments