migration to SvelteKit 2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2024-01-09 10:04:13 +01:00
commit b4ff6314d6
3 changed files with 539 additions and 196 deletions

View file

@ -1,7 +1,7 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "es2020",
"lib": ["es2020", "DOM"],
"target": "es2019",
@ -9,7 +9,6 @@
svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript
to enforce using \`import type\` instead of \`import\` for Types.
*/
"importsNotUsedAsValues": "error",
"isolatedModules": true,
"resolveJsonModule": true,
/**