feature/sidebar #8

Merged
ilia merged 50 commits from feature/sidebar into main 2026-01-03 10:56:23 +00:00
Showing only changes of commit e35c1cb6dd - Show all commits

View File

@@ -1,9 +1,11 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ESNext",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"types": ["svelte"],
/* Strictness & Safety */
"strict": true,
@@ -15,6 +17,8 @@
"skipLibCheck": true,
"sourceMap": true,
"isolatedModules": true,
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
/* Path Aliases */
"baseUrl": ".",