Migrate to bun and eslint.

This commit is contained in:
2025-01-02 17:01:39 -06:00
parent 8418b242c3
commit 4a9f582ad8
6 changed files with 61 additions and 32 deletions

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"target": "es2016",
"declaration": true,
"outDir": "./dist",
"strict": true,