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

@ -3,7 +3,7 @@
"compilerOptions": {
// File Layout
// "rootDir": "./src",
"outDir": "./dist",
// "outDir": "./dist",
// Environment Settings
// See also https://aka.ms/tsconfig/module
@ -39,7 +39,7 @@
"isolatedModules": true,
"noUncheckedSideEffectImports": true,
"moduleDetection": "force",
"skipLibCheck": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "dist"],
"include": [