Skip to content

Commit

Permalink
Merge pull request #37 from ENvironmentSet/shift-to-bun
Browse files Browse the repository at this point in the history
Shift to bun
  • Loading branch information
ENvironmentSet authored Feb 12, 2024
2 parents ccf977b + d65a1cf commit 36fd1d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
node_modules/
.idea/
.vscode/
package-lock.json/
tsconfig.json/
tsconfig.json/
bun.lockb/
Binary file added bun.lockb
Binary file not shown.
37 changes: 0 additions & 37 deletions package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "nodenext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit 36fd1d1

Please sign in to comment.