mirror of
https://github.com/Heretek-AI/openclaw-android-assistant.git
synced 2026-08-28 03:19:58 -04:00
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|