Switch to ts and ESM configs

This commit is contained in:
Sebastian
2024-09-26 01:51:00 +02:00
parent 50527d03cb
commit fae36652f2
6 changed files with 40 additions and 37 deletions

3
babel.config.mjs Normal file
View File

@@ -0,0 +1,3 @@
export default {
presets: ["@docusaurus/core/lib/babel/preset"],
};