feat(bootstrap): update bootstrap to beta.2, nebular to rc.3

This commit is contained in:
Dmitry Nehaychik 2017-10-24 17:25:35 +03:00
parent 3429ed0a8d
commit b52521386b
11 changed files with 149 additions and 124 deletions

View file

@ -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",