migration to SvelteKit 2

This commit is contained in:
nemunaire 2024-01-05 10:56:49 +01:00
commit b106a6ea45
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "es2020",
"lib": ["es2020", "DOM"],
"target": "es2020",
@ -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,
/**