add test and split codebase

This commit is contained in:
Tykayn 2024-12-17 11:53:02 +01:00 committed by tykayn
parent 0614feaa03
commit be0ea5263c
8 changed files with 6928 additions and 117 deletions

11
babel.config.cjs Normal file
View file

@ -0,0 +1,11 @@
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets:
{ node: 'current' }
}
]
],
}