mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
add package @google/gemini-cli-devtools to dependencies 3
This commit is contained in:
@@ -14,5 +14,5 @@
|
|||||||
"./package.json"
|
"./package.json"
|
||||||
],
|
],
|
||||||
"exclude": ["node_modules", "dist"],
|
"exclude": ["node_modules", "dist"],
|
||||||
"references": [{ "path": "../core" }]
|
"references": [{ "path": "../core" }, { "path": "../devtools" }]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:client && tsc -p tsconfig.build.json",
|
"build": "npm run build:client && tsc -p tsconfig.json",
|
||||||
"build:client": "node esbuild.client.js"
|
"build:client": "node esbuild.client.js"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
@@ -3,8 +3,10 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
"allowImportingTsExtensions": true,
|
"skipLibCheck": true,
|
||||||
"noEmit": true
|
"composite": true,
|
||||||
|
"noEmit": false,
|
||||||
|
"outDir": "dist"
|
||||||
},
|
},
|
||||||
"include": ["src", "client/src"]
|
"include": ["src", "client/src"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user