mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-09 11:25:04 +08:00
Files
aaccaada282bdf42d8a38e5f49bfa2b6e27efd63
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|||
"compilerOptions": {
|
|||
"composite": true,
|
|||
"skipLibCheck": true,
|
|||
"module": "ESNext",
|
|||
"moduleResolution": "bundler",
|
|||
"allowSyntheticDefaultImports": true,
|
|||
"strict": true
|
|||
},
|
|||
"include": ["vite.config.ts"]
|
|||
}
|