mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-25 10:46:09 +01:00
refactor(theme): move dependencies into demo
This commit is contained in:
parent
2afb26810e
commit
b71c1190bc
13 changed files with 61 additions and 16 deletions
|
|
@ -4,7 +4,40 @@
|
|||
"outDir": "../out-tsc/app",
|
||||
"module": "es2015",
|
||||
"baseUrl": "",
|
||||
"types": []
|
||||
"types": [],
|
||||
"paths": {
|
||||
"@angular/*": [
|
||||
"../node_modules/@angular/*"
|
||||
],
|
||||
"@nga/*": [
|
||||
"../node_modules/@nga/*"
|
||||
],
|
||||
"@ng-bootstrap/*": [
|
||||
"../node_modules/@ng-bootstrap/*"
|
||||
],
|
||||
"bootstrap/*": [
|
||||
"../node_modules/bootstrap/*"
|
||||
],
|
||||
"font-awesome/*": [
|
||||
"../node_modules/font-awesome/*"
|
||||
],
|
||||
"immutable/*": [
|
||||
"../node_modules/immutable/*"
|
||||
],
|
||||
"ionicons/*": [
|
||||
"../node_modules/ionicons/*"
|
||||
],
|
||||
"normalize.css/*": [
|
||||
"../node_modules/normalize.css/*"
|
||||
],
|
||||
"segoe-fonts/*": [
|
||||
"../node_modules/segoe-fonts/*"
|
||||
],
|
||||
"typeface-exo/*": [
|
||||
"../node_modules/typeface-exo/*"
|
||||
]
|
||||
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"test.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue