add baseUrl

This commit is contained in:
Sehoon Shon
2026-01-15 02:15:25 -05:00
parent 985a1757a7
commit 6cb3ae4e0c

View File

@@ -5,6 +5,7 @@
"lib": ["DOM", "DOM.Iterable", "ES2023"],
"composite": true,
"types": ["node", "vitest/globals"],
"baseUrl": ".",
"paths": {
"@google/gemini-cli-core": ["./index.ts"]
}