Also check-in dist/ (eventually, want to build as part of merge)
This commit is contained in:
parent
b57e595e18
commit
e618f5b0e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
!node_modules/
|
||||
!dist/
|
||||
|
||||
|
27626
dist/index.js
vendored
Normal file
27626
dist/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "commonjs",
|
||||
"outDir": "./lib",
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user