Browse Source

fix: remove unnecessary paths

pull/1591/head
mehmet-erim 7 years ago
parent
commit
23b50c6eb1
  1. 2
      npm/ng-packs/package.json
  2. 26
      npm/ng-packs/tsconfig.json

2
npm/ng-packs/package.json

@ -22,7 +22,7 @@
"@angular/platform-browser": "~8.1.2",
"@angular/router": "~8.1.2",
"@ng-bootstrap/ng-bootstrap": "^5.1.0",
"@ngx-validate/core": "^0.0.1",
"@ngx-validate/core": "^0.0.4",
"@ngxs/router-plugin": "^3.5.0",
"@ngxs/storage-plugin": "^3.5.0",
"@ngxs/store": "^3.5.0",

26
npm/ng-packs/tsconfig.json

@ -11,30 +11,12 @@
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"paths": {
"theme-basic": [
"dist/theme-basic"
],
"theme-basic/*": [
"dist/theme-basic/*"
],
"tenant-management": [
"dist/tenant-management"
],
"tenant-management/*": [
"dist/tenant-management/*"
]
}
"typeRoots": ["node_modules/@types"],
"lib": ["es2018", "dom"],
"paths": {}
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
}
}

Loading…
Cancel
Save