ng update 15
This commit is contained in:
11
angular.json
11
angular.json
@@ -49,7 +49,8 @@
|
||||
"optimization": false,
|
||||
"namedChunks": true,
|
||||
"allowedCommonJsDependencies": [
|
||||
"lodash", "docx"
|
||||
"lodash",
|
||||
"docx"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
@@ -147,5 +148,13 @@
|
||||
"schematicCollections": [
|
||||
"@angular-eslint/schematics"
|
||||
]
|
||||
},
|
||||
"schematics": {
|
||||
"@angular-eslint/schematics:application": {
|
||||
"setParserOptionsProject": true
|
||||
},
|
||||
"@angular-eslint/schematics:library": {
|
||||
"setParserOptionsProject": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user