mirror of
https://github.com/Priler/jarvis.git
synced 2026-05-27 07:29:46 +00:00
Now GUI and the app itself is divided into two different binaries. The app also provides system tray icon. Whereas the GUI can be used to configure the app.
9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|