aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-06-14 10:50:08 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-06-21 09:08:04 +0200
commitc31b2329dc6fbac8c1400c8be12d090089b6f359 (patch)
tree43dca1d65422301d3d3267c341d2b70e2313da94 /tsconfig.json
parentf8e697ce4dd28ba8899adacf2fa12e33f60b2194 (diff)
downloadnextcloud-server-c31b2329dc6fbac8c1400c8be12d090089b6f359.tar.gz
nextcloud-server-c31b2329dc6fbac8c1400c8be12d090089b6f359.zip
feat: add sidebar action testing
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index d8f4257afe4..b49d327b1a0 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", "node", "vue"],
+ "types": ["cypress", "jest", "node", "vue"],
"outDir": "./dist/",
"target": "ESNext",
"module": "esnext",