Feat/add gemini (#349)

This commit is contained in:
Drew Payment
2024-07-04 04:03:54 -04:00
committed by GitHub
parent a4b4e65011
commit c58e0c62a4
20 changed files with 9265 additions and 7174 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
{
"compilerOptions": {
"target": "ESNext",
"lib": ["ES5", "ES6"],
"target": "ES2020",
"lib": ["ES6", "ES2020"],
"module": "ESNext",
// "rootDir": "./src",
"module": "CommonJS",
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "Node",
"allowJs": true,