finishing migration to Svelte 5, Tailwind 4, and Skeleton 3

This commit is contained in:
Luke Hagar
2025-06-24 10:55:40 -05:00
parent 55706c32f6
commit c651e14559
12 changed files with 97 additions and 6074 deletions

View File

@@ -8,9 +8,11 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true
"strict": true,
"moduleResolution": "bundler"
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
// 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
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
// from the referenced tsconfig.json - TypeScript does not merge them in