removing CoreUi bloat

This commit is contained in:
2023-02-06 18:53:06 +01:00
parent 920bb39ca1
commit 99124e1421
285 changed files with 2249 additions and 28730 deletions

View File

@@ -19,9 +19,6 @@
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"types": [
"@angular/localize"
],
"lib": [
"ES2022",
"dom"
@@ -32,10 +29,5 @@
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.spec.json" },
]
}
}