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

@@ -10,16 +10,11 @@
"version": "3",
"proposals": true
},
"targets": ">0.5%, IE 11, not dead"
"targets": ">0.5%, IE 11, not dead",
"debug": true,
"forceAllTransforms": true
}
]
],
"plugins": [
[
"@babel/plugin-transform-spread",
{
"loose": true
}
]
]
"plugins": []
}