Also check-in dist/ (eventually, want to build as part of merge)

This commit is contained in:
Jack Jackson 2025-03-01 17:26:23 -08:00
parent b57e595e18
commit e618f5b0e4
3 changed files with 27628 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
!node_modules/
!dist/

27626
dist/index.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"outDir": "./lib",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,