Skip to content

Commit

Permalink
ES
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <benji@093b.org>
  • Loading branch information
noqcks committed Feb 15, 2025
1 parent a0c0c3c commit 9a46349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"scripts": {
"build": "tsc",
"test": "jest",
"test": "jest --config jest.config.mjs",
"lint": "eslint ."
},
"packageManager": "pnpm@9.15.4",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"module": "ESNext",
"moduleResolution": "Node",
"lib": ["es2018"],
"declaration": true,
"outDir": "./dist",
Expand Down

0 comments on commit 9a46349

Please sign in to comment.