chore: seperate into packages

This commit is contained in:
Morten Olsen
2025-12-10 10:26:14 +01:00
parent f9494c88e2
commit d02102977a
40 changed files with 753 additions and 1175 deletions

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"outDir": "./dist"
"outDir": "./dist",
"rootDir": "./src"
},
"include": [
"src/**/*.ts"