feat: migrate from github

This commit is contained in:
2024-05-12 01:23:51 -07:00
commit 9def06d149
20 changed files with 2430 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
}
}