setup types, more intelligent list component implementation example

This commit is contained in:
Badtz 2025-03-28 00:48:42 -07:00
parent b9db27d084
commit 299b29adcd
9 changed files with 65 additions and 14 deletions

View file

@ -1,6 +1,7 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"typeRoots": ["node_modules/@types", "src/types"],
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
@ -9,7 +10,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
"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