Skip to content

Commit

Permalink
ts: npm run build, support bun and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 4, 2024
1 parent 4671c3b commit cc07c49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"engines": {
"node": ">=18.0"
},
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"target": "es5",
"esModuleInterop": true,
"resolveJsonModule": true,
"module": "commonjs",
"module": "nodenext",
"lib": ["es2017"],
"declaration": true,
"strict": false,
Expand Down

0 comments on commit cc07c49

Please sign in to comment.