initial refactor

This commit is contained in:
dswbx
2025-06-21 13:35:58 +02:00
parent b2086c4da7
commit 42edce904f
93 changed files with 1021 additions and 1216 deletions
+1 -1
View File
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"types": ["bun-types"],
"composite": false,
"incremental": true,
"module": "ESNext",
@@ -32,6 +31,7 @@
"paths": {
"*": ["./src/*"],
"bknd": ["./src/index.ts"],
"bknd/utils": ["./src/core/utils/index.ts"],
"bknd/core": ["./src/core/index.ts"],
"bknd/adapter": ["./src/adapter/index.ts"],
"bknd/client": ["./src/ui/client/index.ts"],