diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-11-12 15:30:36 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-11-14 20:01:32 +0100 |
commit | 43038955658c696f207b9bcfbaa1e23703b382cd (patch) | |
tree | de508221af2f09e555bceeb487fd3c5a67d619c5 /tsconfig.json | |
parent | 5c041122e847c02c60cb6bca480038a2a50f3331 (diff) | |
download | nextcloud-server-43038955658c696f207b9bcfbaa1e23703b382cd.tar.gz nextcloud-server-43038955658c696f207b9bcfbaa1e23703b382cd.zip |
fix(cypress): Adjust admin theming tests for new `@nextcloud/vue` release
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index ea4818103c6..84026597f6f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "@vue/tsconfig/tsconfig.json", "include": ["./apps/**/*.ts", "./core/**/*.ts", "./*.d.ts"], "compilerOptions": { - "types": ["cypress", "cypress-axe", "jest", "node", "vue"], + "types": ["jest", "node", "vue"], "outDir": "./dist/", "target": "ESNext", "module": "esnext", |