finalize migration (yay)

This commit is contained in:
tw-blue
2025-12-10 22:11:30 +01:00
parent cd6cfec7f3
commit c7d53c88bc
40 changed files with 966 additions and 499 deletions
+2 -1
View File
@@ -56,5 +56,6 @@
"alwaysStrict": true,
"forceConsistentCasingInFileNames": true
},
"files": ["./src/index.ts"]
"files": ["./src/index.ts"],
"include": ["src"]
}