feat: Initial commit

This commit is contained in:
Pascal Bourque
2025-05-25 11:03:21 -04:00
commit ff0163043a
50 changed files with 15156 additions and 0 deletions

5
typedoc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"entryPoints": ["./src", "./src/lib/**/*.ts", "./src/types/**/*.ts"],
"plugin": ["typedoc-material-theme"],
"themeColor": "#6b4f8d"
}