Feature/upgrade angular and nx 20230405 (#1826)

* Upgrade angular and Nx

* Update changelog
This commit is contained in:
Thomas Kaul
2023-04-06 19:18:23 +02:00
committed by GitHub
parent 732b14c6ab
commit a5f833c612
10 changed files with 1127 additions and 1067 deletions

View File

@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
"types": ["jest", "node"],
"target": "es2016"
},
"files": ["src/test-setup.ts"],
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "jest.config.ts"]