mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 00:01:25 +02:00
Structure: apps/memoro/apps/web, package name @memoro/web Web tooling: adapter-node, Tailwind v4 + @manacore/shared-tailwind, Vite v6, shared PWA/vite-config Auth: createManaAuthStore() from @manacore/shared-auth-stores, removed Google/Apple OAuth Local-first: memoroStore with 7 collections + guest seed data (memos, tags, spaces, etc.) Service layer: memoService + tagService migrated from Supabase direct to local-store collections Workspace: dev:memoro:* scripts in root package.json, memoro added to CLAUDE.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
649 B
JSON
19 lines
649 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"moduleResolution": "bundler"
|
|
}
|
|
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
|
|
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
|
|
//
|
|
// To make changes to top-level options such as include and exclude, we recommend extending
|
|
// the generated config; see https://svelte.dev/docs/kit/configuration#typescript
|
|
}
|