mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
feat: upgrade to Angular 16.1
This commit is contained in:
committed by
Rainer Killinger
parent
df37c6c185
commit
23481d0d73
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user