about summary refs log tree commit diff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-02-06 14:55:57 +0000
committerGitHub <noreply@github.com>2025-02-06 14:55:57 +0000
commit1db2668a96208046ffe316114f65d432e57db994 (patch)
tree735a1a2989721f05910fc21343a2b1f15cc02963 /tsconfig.json
parent00c08ba525638ab105e142d8f58788c66cb75b00 (diff)
downloadvoidsky-1db2668a96208046ffe316114f65d432e57db994.tar.zst
Improved service handle validation logic (#7657)
* fix validation logic for 3p pdses

* fix bad import

* add service handle validation test
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 1c5e27eec..001b5247e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,7 +3,7 @@
   "compilerOptions": {
     "jsx": "react-jsx",
     "module": "esnext",
-    "types": ["node"],
+    "types": ["node", "jest"],
     "paths": {
       "#/*": ["./src/*"],
       "lib/*": ["./src/lib/*"],