mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-13 17:06:13 +01:00
fix(dependencies): update angular to 2.4.7
This commit is contained in:
parent
cd7520ed40
commit
1cce1b5f75
10 changed files with 309 additions and 536 deletions
|
|
@ -1,15 +1,16 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"module": "es2015",
|
||||
"moduleResolution": "node",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"sourceMap": true,
|
||||
"baseUrl": "./src",
|
||||
"outDir": "compiled",
|
||||
"paths": {
|
||||
},
|
||||
"noEmit": true,
|
||||
"noEmitHelpers": true,
|
||||
"importHelpers": true,
|
||||
"strictNullChecks": false,
|
||||
"lib": [
|
||||
"es2015",
|
||||
"dom"
|
||||
|
|
@ -21,7 +22,6 @@
|
|||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"compiled",
|
||||
"src/**/*.spec.ts",
|
||||
"src/**/*.e2e.ts"
|
||||
],
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
"useWebpackText": true
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"genDir": "compiled",
|
||||
"genDir": "./compiled",
|
||||
"skipMetadataEmit": true
|
||||
},
|
||||
"compileOnSave": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue