- Create @multica/fetch package for HTTP client and URL config - Migrate hub store and hub-init hook to @multica/store - Move HubSidebar component to @multica/ui for web/desktop reuse - Update web app imports to use shared packages - Remove counter store example and its component-example usage Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src"]
|
|
}
|