refactor: upgrade to Capacitor 7 & Angular 18

This commit is contained in:
Rainer Killinger
2025-08-26 17:06:11 +02:00
parent 5a48342a8d
commit 3a274a3a7f
57 changed files with 4018 additions and 2517 deletions

View File

@@ -1,5 +1,6 @@
{
"extension": ["ts"],
"node-option": ["no-experimental-strip-types"],
"require": "ts-node/register",
"reporter": "mocha-junit-reporter",
"reporter-option": ["mochaFile=coverage/report-junit.xml"],

View File

@@ -18,7 +18,6 @@
"noUnusedParameters": true,
"outDir": "./lib/",
"strict": true,
"skipLibCheck": true,
"target": "ES2020"
},
"exclude": ["./lib/", "./test/"]