mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
refactor: upgrade to Capacitor 7 & Angular 18
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
"noUnusedParameters": true,
|
||||
"outDir": "./lib/",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"target": "ES2020"
|
||||
},
|
||||
"exclude": ["./lib/", "./test/"]
|
||||
|
||||
Reference in New Issue
Block a user