mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 21:09:40 +02:00
- Fix external-calendars tests: add svelte-i18n mock for toast i18n - Fix useDragToCreate test: add DEFAULT_EVENT_DURATION_MINUTES mock - Fix storage server unused variable lint error Calendar: 151/151 tests now pass (0 failures) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
203 B
JSON
11 lines
203 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|