Skip to content

Commit e7df860

Browse files
committed
Increase the path configuration
1 parent ace72b4 commit e7df860

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"moduleResolution": "node",
1111
"paths": {
1212
"@angular/core": ["node_modules/@angular/core"],
13-
"rxjs/*": ["node_modules/rxjs/*"]
13+
"rxjs/*": ["node_modules/rxjs/*"],
14+
"@abp/*": ["./*"]
1415
},
1516
"rootDir": ".",
1617
"outDir": "dist",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"module": "es2015",
1010
"moduleResolution": "node",
1111
"paths": {
12-
"@angular/core": ["node_modules/@angular/core"]
12+
"@angular/core": ["node_modules/@angular/core"],
13+
"@abp/*": ["src/*"]
1314
},
1415
"rootDir": ".",
1516
"outDir": "dist",

0 commit comments

Comments
 (0)