summaryrefslogtreecommitdiff
path: root/packages/cli/tsconfig.json
diff options
context:
space:
mode:
authorEvan Senter <[email protected]>2025-04-19 18:07:24 +0100
committerGitHub <[email protected]>2025-04-19 18:07:24 +0100
commit0c9e1ef61be7db53e6e73b7208b649cd8cbed6c3 (patch)
treec2c6bfad0564f461971a61e958658a96d291caee /packages/cli/tsconfig.json
parentd9ad2a74ae8c2bf4cac68d16d765314aab28b45d (diff)
Adding some simple tests. (#54)
Diffstat (limited to 'packages/cli/tsconfig.json')
-rw-r--r--packages/cli/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/cli/tsconfig.json b/packages/cli/tsconfig.json
index faebbc1b..781be92b 100644
--- a/packages/cli/tsconfig.json
+++ b/packages/cli/tsconfig.json
@@ -9,7 +9,8 @@
"target": "ES2020",
"paths": {
"@gemini-code/*": ["./packages/*"]
- }
+ },
+ "types": ["node", "vitest/globals"]
},
"exclude": ["node_modules", "dist"],
"include": ["src"],