Füge Docker- und Babel-Konfigurationen hinzu, aktualisiere Svelte- und Esbuild-Setups, erweitere Typdefinitionen und aktualisiere die README-Datei

This commit is contained in:
2025-03-27 13:52:13 +00:00
parent 77cb64b260
commit 7a6a2cbd22
16 changed files with 447 additions and 84 deletions

View File

@@ -9,9 +9,6 @@ module.exports = {
sveltePreprocess({
sourceMap: true,
typescript: false,
/* scss: {
includePaths: ["src/theme"],
}, */
}),
],
}