feat: initial repo scaffolding
Node.js CI / Lint and Test (push) Successful in 37s

Port in some older solutions I've written just to
get the structure established and in place.
This commit is contained in:
2025-11-19 15:35:26 -08:00
parent 5e987c0aae
commit 1f44f2ddd9
14 changed files with 4540 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"noEmit": true
},
"exclude": ["vitest.config.ts"]
}