summaryrefslogtreecommitdiffstats
path: root/webapp/src/tsconfig.app.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/tsconfig.app.json')
-rw-r--r--webapp/src/tsconfig.app.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/webapp/src/tsconfig.app.json b/webapp/src/tsconfig.app.json
index 39ba8db..1222b0a 100644
--- a/webapp/src/tsconfig.app.json
+++ b/webapp/src/tsconfig.app.json
@@ -2,9 +2,17 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
- "baseUrl": "./",
"module": "es2015",
- "types": []
+ "baseUrl": "./",
+ "types": [],
+ "paths": {
+ "@angular/*": [
+ "../node_modules/@angular/*"
+ ],
+ "@nebular/*": [
+ "../node_modules/@nebular/*"
+ ]
+ }
},
"exclude": [
"test.ts",