Skip to content

Commit 8602fdf

Browse files
committed
feat(demo): add tsconfig paths with ngx-restangular
1 parent f67ce9b commit 8602fdf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

demo/tsconfig.app.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"outDir": "../out-tsc/app",
55
"baseUrl": "./",
66
"module": "es2015",
7-
"types": []
7+
"types": [],
8+
"paths": {
9+
"ngx-restangular": [
10+
"../dist/ngx-restangular"
11+
]
12+
}
813
},
914
"exclude": [
1015
"test.ts",

0 commit comments

Comments
 (0)