feat: first somewhat working version

This commit is contained in:
2026-09-10 11:42:05 +02:00
parent 57e063eacb
commit e12694bf0a
13 changed files with 3968 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"allowJs": true,
"target": "ES2022",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"types": [
"node"
],
"module": "NodeNext",
"moduleResolution": "NodeNext"
},
"include": [
"./src/**/*"
]
}