Upgrade Nx and Angular (#1646)

* Upgrade Nx and Angular

* Update changelog

* Feature/eliminate angular material css vars (#1648)

* Eliminate angular-material-css-vars

* Update changelog
This commit is contained in:
Thomas Kaul
2023-02-04 11:26:06 +01:00
committed by GitHub
parent e5f2a3865d
commit 0000317041
100 changed files with 4118 additions and 2196 deletions

View File

@ -3,7 +3,9 @@
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"],
"typeRoots": ["../node_modules/@types"]
"typeRoots": ["../node_modules/@types"],
"target": "ES2022",
"useDefineForClassFields": false
},
"files": ["src/main.ts", "src/polyfills.ts"],
"exclude": ["jest.config.ts"]