diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-02-06 14:55:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 14:55:57 +0000 |
commit | 1db2668a96208046ffe316114f65d432e57db994 (patch) | |
tree | 735a1a2989721f05910fc21343a2b1f15cc02963 /tsconfig.json | |
parent | 00c08ba525638ab105e142d8f58788c66cb75b00 (diff) | |
download | voidsky-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.json | 2 |
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/*"], |