mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-02-01 22:48:03 +00:00
infra: add multipackage support (#34)
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"sourceMap": true
|
||||
"sourceMap": true,
|
||||
"composite": true,
|
||||
// MONOREPO STUFF
|
||||
"incremental": true,
|
||||
"target": "ES2020",
|
||||
"module": "Node16",
|
||||
"declaration": true,
|
||||
"moduleResolution": "node16",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user