mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-27 04:38:49 +01:00
46 lines
949 B
JSON
46 lines
949 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "es2015",
|
|
"baseUrl": "",
|
|
"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",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|