Skip to content

Commit 7e8e417

Browse files
committed
Update tsconfigs moduleResolution to Bundler and jsx to react-jsx
1 parent d91b4db commit 7e8e417

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/openapi-react-query/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"compilerOptions": {
44
"lib": ["ESNext", "DOM"],
55
"module": "ES2022",
6-
"moduleResolution": "Node",
6+
"moduleResolution": "Bundler",
77
"outDir": "dist",
88
"skipLibCheck": true,
99
"sourceRoot": ".",
10-
"jsx": "react",
10+
"jsx": "react-jsx",
1111
"types": ["vitest/globals"]
1212
},
1313
"include": ["scripts", "src", "test", "*.ts"],

packages/openapi-typescript/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"module": "ES2022",
5-
"moduleResolution": "Node"
5+
"moduleResolution": "Bundler"
66
},
77
"exclude": ["scripts", "test", "*.ts"]
88
}

0 commit comments

Comments
 (0)