Skip to content

Commit 46079d9

Browse files
chrstnbsehoon38
andauthored
Patch #16730 into v0.25.0 preview (#16882)
Co-authored-by: Sehoon Shon <sshon@google.com>
1 parent 1d5e792 commit 46079d9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/core/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
"outDir": "dist",
55
"lib": ["DOM", "DOM.Iterable", "ES2023"],
66
"composite": true,
7-
"types": ["node", "vitest/globals"]
7+
"types": ["node", "vitest/globals"],
8+
"baseUrl": ".",
9+
"paths": {
10+
"@google/gemini-cli-core": ["./index.ts"]
11+
}
812
},
913
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
1014
"exclude": ["node_modules", "dist"]

0 commit comments

Comments
 (0)