feat: upgrade to Angular 16.1

This commit is contained in:
Thea Schöbl
2023-07-24 11:38:58 +00:00
committed by Rainer Killinger
parent df37c6c185
commit 23481d0d73
109 changed files with 2681 additions and 3931 deletions

View File

@@ -2,7 +2,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"baseUrl": "./",
"types": ["jasmine", "node"],
"paths": {
"@capacitor/*": ["__mocks__/@capacitor/*"]
@@ -10,5 +9,5 @@
},
"files": ["src/test.ts"],
"exclude": ["cypress"],
"include": ["src/polyfills.ts", "**/*.spec.ts", "**/*.d.ts"]
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
}