mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-16 04:58:08 +01:00
chore(angular-15): update to angular 15 (#6005)
* fix(package-lock): update version in package-lock * fix(package-lock): update version in package-lock * chore(angular-15): update to angular 15 * chore(nebular-11): update to angular/cdk to 15, update nebular * chore(eslint): update @angular-eslint to v15
This commit is contained in:
parent
e06d9bd02d
commit
aa91634dab
6 changed files with 3039 additions and 2628 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"declaration": false,
|
||||
"moduleResolution": "node",
|
||||
"experimentalDecorators": true,
|
||||
"target": "es2020",
|
||||
"target": "ES2022",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
|
|
@ -17,7 +17,10 @@
|
|||
"dom"
|
||||
],
|
||||
"plugins": [
|
||||
{ "name": "tslint-language-service"}
|
||||
]
|
||||
{
|
||||
"name": "tslint-language-service"
|
||||
}
|
||||
],
|
||||
"useDefineForClassFields": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue