New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / tsconfig.app.json
1 {
2   "extends": "../tsconfig.json",
3   "compilerOptions": {
4     "outDir": "../out-tsc/app",
5     "module": "es2015",
6     "baseUrl": "./",
7     "types": [],
8     "paths": {
9       "@angular/*": [
10         "../node_modules/@angular/*"
11       ],
12       "@nebular/*": [
13         "../node_modules/@nebular/*"
14       ]
15     }
16   },
17   "exclude": [
18     "test.ts",
19     "**/*.spec.ts"
20   ]
21 }