- Reorganize project structure with new electron and shared directories - Add comprehensive i18n support with Chinese, English, and Japanese locales - Update build configurations and TypeScript paths for new structure - Add various UI components including chat interface and task management - Include Windows release binaries and localization files - Update dependencies and fix import paths throughout the codebase
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{"path": "./tsconfig.app.json"},
|
|
{"path": "./tsconfig.config.json"}
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@assets/*": ["src/assets/*"],
|
|
"@lib/*": ["src/lib/*"],
|
|
"@service/*": ["electron/service/*"],
|
|
"@locales/*": ["src/i18n/locales/*"]
|
|
}
|
|
}
|
|
}
|