mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 18:17:19 +00:00
feat(third_party) Port get-ripgrep. (#8514)
This commit is contained in:
13
third_party/get-ripgrep/tsconfig.json
vendored
Normal file
13
third_party/get-ripgrep/tsconfig.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"lib": ["DOM", "DOM.Iterable", "ES2021"],
|
||||
"composite": true,
|
||||
"types": ["node", "vitest/globals"],
|
||||
"rootDir": "src",
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.test.ts"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user