This commit is contained in:
2025-09-29 11:38:39 +02:00
parent f379e4b7dc
commit 97d68ca8b1
9 changed files with 3998 additions and 0 deletions

5
build.sh Executable file
View File

@@ -0,0 +1,5 @@
tsc --declaration
cp ./package.json ./dist
cp ./README.md ./dist
echo "Build complete"