Skip to content

Commit 9a46349

Browse files
committed
ES
Signed-off-by: Benji Visser <[email protected]>
1 parent a0c0c3c commit 9a46349

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

jest.config.js jest.config.mjs

File renamed without changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"scripts": {
1212
"build": "tsc",
13-
"test": "jest",
13+
"test": "jest --config jest.config.mjs",
1414
"lint": "eslint ."
1515
},
1616
"packageManager": "[email protected]",

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "es2018",
4-
"module": "commonjs",
4+
"module": "ESNext",
5+
"moduleResolution": "Node",
56
"lib": ["es2018"],
67
"declaration": true,
78
"outDir": "./dist",

0 commit comments

Comments
 (0)