Skip to content

Commit

Permalink
perf: optimise skills render. packages updated. fix typescript warnin…
Browse files Browse the repository at this point in the history
…g issues
  • Loading branch information
ruralant committed Feb 27, 2025
1 parent 4dd0b33 commit 4ac5f69
Show file tree
Hide file tree
Showing 5 changed files with 602 additions and 194 deletions.
19 changes: 7 additions & 12 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"paths": {
"$lib": ["src/lib"],
"$lib/*": ["src/lib/*"]
}
"checkJs": false,
"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
//
// 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
}
Loading

0 comments on commit 4ac5f69

Please sign in to comment.