Lots of little updates to bring it in line with the other implemeentations etc...
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 40s

This commit is contained in:
Alan Bridgeman 2026-02-18 12:54:59 -06:00
parent 30746a4e34
commit d0dfa10536
5 changed files with 23 additions and 7 deletions

View file

@ -2,8 +2,11 @@
"extends": "./tsconfig.json",
// Visit https://aka.ms/tsconfig to read more about this file
"compilerOptions": {
// File Layout
"rootDir": "./src",
"types": [],
"outDir": "./dist",
"types": []
},
"exclude": [
"node_modules",