Skip to content

Commit bd982b0

Browse files
author
Joschua Schneider
committed
Hotfix for test mismatching node version
1 parent 96c6467 commit bd982b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "ESNext",
4-
"module": "ESNext",
3+
"lib": ["ES2019"],
4+
"module": "commonjs",
5+
"target": "ES2019",
56
"jsx": "react",
67
"strict": true,
78
"esModuleInterop": true,

0 commit comments

Comments
 (0)