mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 22:39:40 +02:00
SvelteKit web app with schema-less collections, 8 field types, 8 templates (electronics, books, furniture, etc.), 3 views (list/grid/table), hierarchical locations, categories, full-text search, and localStorage persistence. Includes ManaScore audit (28/100 Alpha), Dockerfile, SSO prep, and i18n (DE/EN). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
314 B
JSON
16 lines
314 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|