Skip to content

Commit 5ae23cb

Browse files
jgbernalpPeterYurkovich
authored andcommitted
fix tsconfig
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
1 parent 565023d commit 5ae23cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"baseUrl": ".",
44
"esModuleInterop": true,
55
"module": "esnext",
6-
"moduleResolution": "node",
6+
"moduleResolution": "bundler",
77
"target": "es2021",
88
"jsx": "react-jsx",
99
"allowJs": true,
@@ -13,7 +13,7 @@
1313
"resolveJsonModule": true,
1414
"allowSyntheticDefaultImports": true,
1515
"noUncheckedIndexedAccess": true,
16-
"types": ["node"],
16+
"types": ["node", "jest"],
1717
},
1818
"include": ["src", "eslint.config.ts"],
1919
"exclude": ["node_modules"],

0 commit comments

Comments
 (0)