Skip to content

Commit 0df24b5

Browse files
committed
just add needed change to run unit test
1 parent 05bb8f2 commit 0df24b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "ESNext",
4-
"module": "ESNext",
5-
"moduleResolution": "Bundler",
3+
"target": "ES2020",
4+
"module": "commonjs",
5+
"moduleResolution": "node",
66
"esModuleInterop": true,
77
"skipLibCheck": true,
88
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)