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 ace72b4 commit e7df860Copy full SHA for e7df860
src/tsconfig.json
@@ -10,7 +10,8 @@
10
"moduleResolution": "node",
11
"paths": {
12
"@angular/core": ["node_modules/@angular/core"],
13
- "rxjs/*": ["node_modules/rxjs/*"]
+ "rxjs/*": ["node_modules/rxjs/*"],
14
+ "@abp/*": ["./*"]
15
},
16
"rootDir": ".",
17
"outDir": "dist",
tsconfig.json
@@ -9,7 +9,8 @@
9
"module": "es2015",
- "@angular/core": ["node_modules/@angular/core"]
+ "@angular/core": ["node_modules/@angular/core"],
+ "@abp/*": ["src/*"]
0 commit comments