Upgrade typescript/svelte/esbuild

This commit is contained in:
hensm
2026-02-28 15:34:03 +00:00
committed by Matt Hensman
parent 11e3ad06aa
commit 5a18907dba
26 changed files with 1610 additions and 789 deletions

View File

@@ -8,7 +8,7 @@
"resolveJsonModule": true,
"target": "es6",
"strict": true,
"importsNotUsedAsValues": "error"
"verbatimModuleSyntax": true
},
"exclude": ["node_modules/**/*", "**/node_modules/**/*", "dist/**/*"]
}